Shades of Winter Hazel #CCC07C
Tints of Winter Hazel #CCC07C
RGB
CMYK
RGB Variations
Color information
#CCC07C (or 0xCCC07C) is known color: Winter Hazel. HEX triplet: CC, C0 and 7C. RGB value is (204,192,124). Sum of RGB (Red+Green+Blue) = 204+192+124=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07C is #333F83. Grayscale: #BCBCBC. Windows color (decimal): -3358596 or 8175820. OLE color: 8175820.
HSL color Cylindrical-coordinate representation of color #CCC07C: hue angle of 51º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC07C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 124 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.2 |
| HSL | 51º | 0.44% | 0.64% | - |
| HSV(B) | 51º | 0.39% | 0.8% | - |
| XYZ | 47.39 | 51.99 | 26.61 | - |
| YUV | 187.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 124 | 0 | 0.06 | 0.39 | 0.2 | 51 | 0.44 | 0.64 |
| Hex | CC | C0 | 7C | 0 | 6 | 27 | 14 | 33 | 2C | 40 |
| Octal | 314 | 300 | 174 | 0 | 6 | 47 | 24 | 63 | 54 | 100 |
| Binary | 11001100 | 11000000 | 1111100 | 0 | 110 | 100111 | 10100 | 110011 | 101100 | 1000000 |
Color Harmonies of #CCC07C
Complementary color
Monochromatic Colors of #CCC07C
Black with #CCC07C
Text Example
Text Example
White with #CCC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC07C; }
p { color: rgb(204,192,124); }
H1.HeaderClassName
{
color: #CCC07C;
}
.AnyTagClassName
{
color: #CCC07C;
}
</style>
background-color css
<style>
a { background-color: #CCC07C; }
a { background-color: rgb(204,192,124); }
div.DivClassName
{
background-color: #CCC07C;
}
.BgClassName
{
background-color: #CCC07C;
}
</style>
border-color css
<style>
span { border-color: #CCC07C; }
span { border-color: rgb(204,192,124); }
td.TdClassName
{
border-color: #CCC07C;
}
.TagClassName
{
border-color: #CCC07C;
}
</style>