#CD9575 color RGB value is (12, 217, 87).
#CD9575 hex color red value is 12, green value is 217, and blue value is 87.
Cylindrical-coordinate representations (HSL) of color #CD9575
hue: 141.95,
saturation: 0.9 and lightness: 0.45.
The process color (four-color CMYK) of #CD9575 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #CD9575 is #ff9999. Color #CD9575 contains mainly RED.
Color spaces of #CD9575 | Value |
---|---|
RGB | 205, 149, 117 |
HSL | 0.06, 0.47, 0.63 |
HSV | 22°, 43°, 80° |
XYZ | 39.14, 35.76, 21.67 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010101 | 1110101 |
Octal | 315 | 225 | 165 |
Decimal | 205 | 149 | 117 |
Hex | CD | 95 | 75 |
Shades of #CD9575
Tints of #CD9575
.mybgColor {background-color: #CD9575;} .myforeColor {color: #CD9575;} .myborderColor {border:3px solid #CD9575;}
<p style="color:#CD9575">Text here</p>
This sample text is styled with the font color #CD9575. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#CD9575">Div content here</div>
<div style="border:3px solid #CD9575">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205, 149, 117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #CD9575; } .divShadow { -moz-box-shadow: 1px 1px 3px #CD9575; -webkit-box-shadow: 1px 1px 3px #CD9575; box-shadow: 1px 1px 3px #CD9575; }
<p style="text-shadow: 4px 4px 2px rgba(205, 149, 117, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #CD9575;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #CD9575;
-webkit-box-shadow: 1px 1px 3px #CD9575;
box-shadow: 1px 1px 3px #CD9575;">Div content here</div>