color details

Color Details
#CD9575 Color Hex

#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
Color spaces of #CD9575Value
RGB205, 149, 117
HSL0.06, 0.47, 0.63
HSV22°, 43°, 80°
XYZ39.14, 35.76, 21.67
Base Numbers
Base Red Green Blue
Binary 11001101 10010101 1110101
Octal 315 225 165
Decimal 205 149 117
Hex CD 95 75

RGB Percentages for Color #CD9575

43.52%
31.63%
24.84%

CMYK Percentages of the Color #CD9575

27.32%
42.93%
19.61%
CSS Codes for Color #CD9575
.mybgColor {background-color: #CD9575;}
.myforeColor {color: #CD9575;}
.myborderColor {border:3px solid #CD9575;}
Text Font Color #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,

Background Color #CD9575

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

The background color of this div is #CD9575
Border Color #CD9575

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

The border color of this div is #CD9575
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #CD9575
Scroll to Top