Shades of Winter Hazel #CCC37C
Tints of Winter Hazel #CCC37C
RGB
CMYK
RGB Variations
Color information
#CCC37C (or 0xCCC37C) is known color: Winter Hazel. HEX triplet: CC, C3 and 7C. RGB value is (204,195,124). Sum of RGB (Red+Green+Blue) = 204+195+124=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37C is #333C83. Grayscale: #BDBDBD. Windows color (decimal): -3357828 or 8176588. OLE color: 8176588.
HSL color Cylindrical-coordinate representation of color #CCC37C: hue angle of 53.25º 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 #CCC37C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 124 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.2 |
| HSL | 53.25º | 0.44% | 0.64% | - |
| HSV(B) | 53.25º | 0.39% | 0.8% | - |
| XYZ | 48.06 | 53.32 | 26.83 | - |
| YUV | 189.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 124 | 0 | 0.04 | 0.39 | 0.2 | 53.25 | 0.44 | 0.64 |
| Hex | CC | C3 | 7C | 0 | 4 | 27 | 14 | 35 | 2C | 40 |
| Octal | 314 | 303 | 174 | 0 | 4 | 47 | 24 | 65 | 54 | 100 |
| Binary | 11001100 | 11000011 | 1111100 | 0 | 100 | 100111 | 10100 | 110101 | 101100 | 1000000 |
Color Harmonies of #CCC37C
Complementary color
Monochromatic Colors of #CCC37C
Black with #CCC37C
Text Example
Text Example
White with #CCC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC37C; }
p { color: rgb(204,195,124); }
H1.HeaderClassName
{
color: #CCC37C;
}
.AnyTagClassName
{
color: #CCC37C;
}
</style>
background-color css
<style>
a { background-color: #CCC37C; }
a { background-color: rgb(204,195,124); }
div.DivClassName
{
background-color: #CCC37C;
}
.BgClassName
{
background-color: #CCC37C;
}
</style>
border-color css
<style>
span { border-color: #CCC37C; }
span { border-color: rgb(204,195,124); }
td.TdClassName
{
border-color: #CCC37C;
}
.TagClassName
{
border-color: #CCC37C;
}
</style>