Shades of Winter Hazel #CDC787
Tints of Winter Hazel #CDC787
RGB
CMYK
RGB Variations
Color information
#CDC787 (or 0xCDC787) is known color: Winter Hazel. HEX triplet: CD, C7 and 87. RGB value is (205,199,135). Sum of RGB (Red+Green+Blue) = 205+199+135=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC787 is #323878. Grayscale: #C1C1C1. Windows color (decimal): -3291257 or 8898509. OLE color: 8898509.
HSL color Cylindrical-coordinate representation of color #CDC787: hue angle of 54.86º 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 #CDC787 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 135 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.20 |
| HSL | 54.86º | 0.41% | 0.67% | - |
| HSV(B) | 54.86º | 0.34% | 0.8% | - |
| XYZ | 49.97 | 55.58 | 31.01 | - |
| YUV | 193.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 135 | 0 | 0.03 | 0.34 | 0.20 | 54.86 | 0.41 | 0.67 |
| Hex | CD | C7 | 87 | 0 | 3 | 22 | 14 | 37 | 29 | 43 |
| Octal | 315 | 307 | 207 | 0 | 3 | 42 | 24 | 67 | 51 | 103 |
| Binary | 11001101 | 11000111 | 10000111 | 0 | 11 | 100010 | 10100 | 110111 | 101001 | 1000011 |
Color Harmonies of #CDC787
Complementary color
Monochromatic Colors of #CDC787
Black with #CDC787
Text Example
Text Example
White with #CDC787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC787; }
p { color: rgb(205,199,135); }
H1.HeaderClassName
{
color: #CDC787;
}
.AnyTagClassName
{
color: #CDC787;
}
</style>
background-color css
<style>
a { background-color: #CDC787; }
a { background-color: rgb(205,199,135); }
div.DivClassName
{
background-color: #CDC787;
}
.BgClassName
{
background-color: #CDC787;
}
</style>
border-color css
<style>
span { border-color: #CDC787; }
span { border-color: rgb(205,199,135); }
td.TdClassName
{
border-color: #CDC787;
}
.TagClassName
{
border-color: #CDC787;
}
</style>