Shades of Winter Hazel #CCC672
Tints of Winter Hazel #CCC672
RGB
CMYK
RGB Variations
Color information
#CCC672 (or 0xCCC672) is known color: Winter Hazel. HEX triplet: CC, C6 and 72. RGB value is (204,198,114). Sum of RGB (Red+Green+Blue) = 204+198+114=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC672 is #33398D. Grayscale: #BEBEBE. Windows color (decimal): -3357070 or 7521996. OLE color: 7521996.
HSL color Cylindrical-coordinate representation of color #CCC672: hue angle of 56º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC672 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 114 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.2 |
| HSL | 56º | 0.47% | 0.62% | - |
| HSV(B) | 56º | 0.44% | 0.8% | - |
| XYZ | 48.13 | 54.44 | 23.89 | - |
| YUV | 190.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 114 | 0 | 0.03 | 0.44 | 0.2 | 56 | 0.47 | 0.62 |
| Hex | CC | C6 | 72 | 0 | 3 | 2C | 14 | 38 | 2F | 3E |
| Octal | 314 | 306 | 162 | 0 | 3 | 54 | 24 | 70 | 57 | 76 |
| Binary | 11001100 | 11000110 | 1110010 | 0 | 11 | 101100 | 10100 | 111000 | 101111 | 111110 |
Color Harmonies of #CCC672
Complementary color
Monochromatic Colors of #CCC672
Black with #CCC672
Text Example
Text Example
White with #CCC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC672; }
p { color: rgb(204,198,114); }
H1.HeaderClassName
{
color: #CCC672;
}
.AnyTagClassName
{
color: #CCC672;
}
</style>
background-color css
<style>
a { background-color: #CCC672; }
a { background-color: rgb(204,198,114); }
div.DivClassName
{
background-color: #CCC672;
}
.BgClassName
{
background-color: #CCC672;
}
</style>
border-color css
<style>
span { border-color: #CCC672; }
span { border-color: rgb(204,198,114); }
td.TdClassName
{
border-color: #CCC672;
}
.TagClassName
{
border-color: #CCC672;
}
</style>