Hex #cd5c5c Color

#cd5c5c
equivalent to

RGB

(205, 92, 92)

Details of #cd5c5c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
205
30.9358
0.00
0.00
53.3911
21.4061
46.2668
92
21.4061
0.53
0.55
44.8360
0.4762
55°
38.3853
92
12.6265
0.58
0.55   0.20
22.1100
0.3295
80°
16.2113

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001101
315
205
CD
Green
1011100
134
92
5C
Blue
1011100
134
92
5C

RGB in % of #cd5c5c

%52.70
%23.65
%23.65

CMYK in % of #cd5c5c

%0
%55
%55
%20

Triads of color #cd5c5c

#cd5c5c #5c5ccd #5ccd5c

Similar Colors to #cd5c5c

#cd5c5c #cd5c95 #cd955c

Preview Color #cd5c5c on black ground

#cd5c5c is very interesting for text.

Preview Color #cd5c5c on white ground

#cd5c5c is very interesting for text.

CSS Codes #cd5c5c color

.mybgcolor {background-color:#cd5c5c; }
.myforecolor {color:#cd5c5c; }
.mybordercolor {border:3px solid #cd5c5c; }

Text Font Color #cd5c5c

<p style="color:#cd5c5c">Text here</p>

This sample text font color is #cd5c5c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cd5c5c

<div style="background-color:#cd5c5c">
Div content here</div>

This div background color is #cd5c5c


Border Color #cd5c5c

<div style="border:3px solid #cd5c5c">
Div here</div>

The color of this border is #cd5c5c


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cd5c5c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cd5c5c;
-webkit-box-shadow: 1px 1px 3px 2px #cd5c5c;
box-shadow:         1px 1px 3px 2px #cd5c5c; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cd5c5c">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5c5c;
  -webkit-box-shadow: 1px 1px 3px 2px #cd5c5c;
  box-shadow:         1px 1px 3px 2px #cd5c5c;">
Div content here</div>

The shadow of div box using color #cd5c5c