Shades of Winter Hazel #CCC47C
Tints of Winter Hazel #CCC47C
RGB
CMYK
RGB Variations
Color information
#CCC47C (or 0xCCC47C) is known color: Winter Hazel. HEX triplet: CC, C4 and 7C. RGB value is (204,196,124). Sum of RGB (Red+Green+Blue) = 204+196+124=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47C is #333B83. Grayscale: #BEBEBE. Windows color (decimal): -3357572 or 8176844. OLE color: 8176844.
HSL color Cylindrical-coordinate representation of color #CCC47C: hue angle of 54º 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 #CCC47C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 124 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.2 |
| HSL | 54º | 0.44% | 0.64% | - |
| HSV(B) | 54º | 0.39% | 0.8% | - |
| XYZ | 48.28 | 53.77 | 26.9 | - |
| YUV | 190.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 124 | 0 | 0.04 | 0.39 | 0.2 | 54 | 0.44 | 0.64 |
| Hex | CC | C4 | 7C | 0 | 4 | 27 | 14 | 36 | 2C | 40 |
| Octal | 314 | 304 | 174 | 0 | 4 | 47 | 24 | 66 | 54 | 100 |
| Binary | 11001100 | 11000100 | 1111100 | 0 | 100 | 100111 | 10100 | 110110 | 101100 | 1000000 |
Color Harmonies of #CCC47C
Complementary color
Monochromatic Colors of #CCC47C
Black with #CCC47C
Text Example
Text Example
White with #CCC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC47C; }
p { color: rgb(204,196,124); }
H1.HeaderClassName
{
color: #CCC47C;
}
.AnyTagClassName
{
color: #CCC47C;
}
</style>
background-color css
<style>
a { background-color: #CCC47C; }
a { background-color: rgb(204,196,124); }
div.DivClassName
{
background-color: #CCC47C;
}
.BgClassName
{
background-color: #CCC47C;
}
</style>
border-color css
<style>
span { border-color: #CCC47C; }
span { border-color: rgb(204,196,124); }
td.TdClassName
{
border-color: #CCC47C;
}
.TagClassName
{
border-color: #CCC47C;
}
</style>