Shades of Winter Hazel #CDC076
Tints of Winter Hazel #CDC076
RGB
CMYK
RGB Variations
Color information
#CDC076 (or 0xCDC076) is known color: Winter Hazel. HEX triplet: CD, C0 and 76. RGB value is (205,192,118). Sum of RGB (Red+Green+Blue) = 205+192+118=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC076 is #323F89. Grayscale: #BBBBBB. Windows color (decimal): -3293066 or 7782605. OLE color: 7782605.
HSL color Cylindrical-coordinate representation of color #CDC076: hue angle of 51.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC076 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 118 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.20 |
| HSL | 51.03º | 0.47% | 0.63% | - |
| HSV(B) | 51.03º | 0.42% | 0.8% | - |
| XYZ | 47.3 | 51.99 | 24.68 | - |
| YUV | 187.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 118 | 0 | 0.06 | 0.42 | 0.20 | 51.03 | 0.47 | 0.63 |
| Hex | CD | C0 | 76 | 0 | 6 | 2A | 14 | 33 | 2F | 3F |
| Octal | 315 | 300 | 166 | 0 | 6 | 52 | 24 | 63 | 57 | 77 |
| Binary | 11001101 | 11000000 | 1110110 | 0 | 110 | 101010 | 10100 | 110011 | 101111 | 111111 |
Color Harmonies of #CDC076
Complementary color
Monochromatic Colors of #CDC076
Black with #CDC076
Text Example
Text Example
White with #CDC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC076; }
p { color: rgb(205,192,118); }
H1.HeaderClassName
{
color: #CDC076;
}
.AnyTagClassName
{
color: #CDC076;
}
</style>
background-color css
<style>
a { background-color: #CDC076; }
a { background-color: rgb(205,192,118); }
div.DivClassName
{
background-color: #CDC076;
}
.BgClassName
{
background-color: #CDC076;
}
</style>
border-color css
<style>
span { border-color: #CDC076; }
span { border-color: rgb(205,192,118); }
td.TdClassName
{
border-color: #CDC076;
}
.TagClassName
{
border-color: #CDC076;
}
</style>