Shades of Winter Hazel #CCC079
Tints of Winter Hazel #CCC079
RGB
CMYK
RGB Variations
Color information
#CCC079 (or 0xCCC079) is known color: Winter Hazel. HEX triplet: CC, C0 and 79. RGB value is (204,192,121). Sum of RGB (Red+Green+Blue) = 204+192+121=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC079 is #333F86. Grayscale: #BBBBBB. Windows color (decimal): -3358599 or 7979212. OLE color: 7979212.
HSL color Cylindrical-coordinate representation of color #CCC079: hue angle of 51.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC079 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 121 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.2 |
| HSL | 51.33º | 0.45% | 0.64% | - |
| HSV(B) | 51.33º | 0.41% | 0.8% | - |
| XYZ | 47.2 | 51.92 | 25.62 | - |
| YUV | 187.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 121 | 0 | 0.06 | 0.41 | 0.2 | 51.33 | 0.45 | 0.64 |
| Hex | CC | C0 | 79 | 0 | 6 | 29 | 14 | 33 | 2D | 40 |
| Octal | 314 | 300 | 171 | 0 | 6 | 51 | 24 | 63 | 55 | 100 |
| Binary | 11001100 | 11000000 | 1111001 | 0 | 110 | 101001 | 10100 | 110011 | 101101 | 1000000 |
Color Harmonies of #CCC079
Complementary color
Monochromatic Colors of #CCC079
Black with #CCC079
Text Example
Text Example
White with #CCC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC079; }
p { color: rgb(204,192,121); }
H1.HeaderClassName
{
color: #CCC079;
}
.AnyTagClassName
{
color: #CCC079;
}
</style>
background-color css
<style>
a { background-color: #CCC079; }
a { background-color: rgb(204,192,121); }
div.DivClassName
{
background-color: #CCC079;
}
.BgClassName
{
background-color: #CCC079;
}
</style>
border-color css
<style>
span { border-color: #CCC079; }
span { border-color: rgb(204,192,121); }
td.TdClassName
{
border-color: #CCC079;
}
.TagClassName
{
border-color: #CCC079;
}
</style>