Shades of Winter Hazel #CDC587
Tints of Winter Hazel #CDC587
RGB
CMYK
RGB Variations
Color information
#CDC587 (or 0xCDC587) is known color: Winter Hazel. HEX triplet: CD, C5 and 87. RGB value is (205,197,135). Sum of RGB (Red+Green+Blue) = 205+197+135=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC587 is #323A78. Grayscale: #C0C0C0. Windows color (decimal): -3291769 or 8897997. OLE color: 8897997.
HSL color Cylindrical-coordinate representation of color #CDC587: hue angle of 53.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC587 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 135 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.20 |
| HSL | 53.14º | 0.41% | 0.67% | - |
| HSV(B) | 53.14º | 0.34% | 0.8% | - |
| XYZ | 49.52 | 54.66 | 30.86 | - |
| YUV | 192.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 135 | 0 | 0.04 | 0.34 | 0.20 | 53.14 | 0.41 | 0.67 |
| Hex | CD | C5 | 87 | 0 | 4 | 22 | 14 | 35 | 29 | 43 |
| Octal | 315 | 305 | 207 | 0 | 4 | 42 | 24 | 65 | 51 | 103 |
| Binary | 11001101 | 11000101 | 10000111 | 0 | 100 | 100010 | 10100 | 110101 | 101001 | 1000011 |
Color Harmonies of #CDC587
Complementary color
Monochromatic Colors of #CDC587
Black with #CDC587
Text Example
Text Example
White with #CDC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC587; }
p { color: rgb(205,197,135); }
H1.HeaderClassName
{
color: #CDC587;
}
.AnyTagClassName
{
color: #CDC587;
}
</style>
background-color css
<style>
a { background-color: #CDC587; }
a { background-color: rgb(205,197,135); }
div.DivClassName
{
background-color: #CDC587;
}
.BgClassName
{
background-color: #CDC587;
}
</style>
border-color css
<style>
span { border-color: #CDC587; }
span { border-color: rgb(205,197,135); }
td.TdClassName
{
border-color: #CDC587;
}
.TagClassName
{
border-color: #CDC587;
}
</style>