Hex #cd5c5c Color
equivalent to
RGB
(205, 92, 92)Details of #cd5c5c
|
|
|
|
Color HEX #cd5c5c matches (205, 92, 92) in RGB.
#cd5c5c hex color red value is 205, green value is 92 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cd5c5c hue: 0.00, saturation: 0.53 and the lightness value of cd5c5c is 0.58.
The process color (four color CMYK) of #cd5c5c color hex is 0.00, 0.55, 0.55, 0.20. Web safe color of #cd5c5c is #cc6666. Color #cd5c5c contains mainly RED color.
Base Numbers
|
|
|
|
#cd5c5c tints
#cd5c5c shades
RGB in % of #cd5c5c
CMYK in % of #cd5c5c
Preview Color #cd5c5c on black ground
Very nice color.
Preview Color #cd5c5c on white ground
Very nice color.
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.
Div Box Shadow
<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