Shades of Winter Hazel #CCC372
Tints of Winter Hazel #CCC372
RGB
CMYK
RGB Variations
Color information
#CCC372 (or 0xCCC372) is known color: Winter Hazel. HEX triplet: CC, C3 and 72. RGB value is (204,195,114). Sum of RGB (Red+Green+Blue) = 204+195+114=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC372 is #333C8D. Grayscale: #BCBCBC. Windows color (decimal): -3357838 or 7521228. OLE color: 7521228.
HSL color Cylindrical-coordinate representation of color #CCC372: hue angle of 54º 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 #CCC372 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 114 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.2 |
| HSL | 54º | 0.47% | 0.62% | - |
| HSV(B) | 54º | 0.44% | 0.8% | - |
| XYZ | 47.45 | 53.08 | 23.66 | - |
| YUV | 188.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 114 | 0 | 0.04 | 0.44 | 0.2 | 54 | 0.47 | 0.62 |
| Hex | CC | C3 | 72 | 0 | 4 | 2C | 14 | 36 | 2F | 3E |
| Octal | 314 | 303 | 162 | 0 | 4 | 54 | 24 | 66 | 57 | 76 |
| Binary | 11001100 | 11000011 | 1110010 | 0 | 100 | 101100 | 10100 | 110110 | 101111 | 111110 |
Color Harmonies of #CCC372
Complementary color
Monochromatic Colors of #CCC372
Black with #CCC372
Text Example
Text Example
White with #CCC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC372; }
p { color: rgb(204,195,114); }
H1.HeaderClassName
{
color: #CCC372;
}
.AnyTagClassName
{
color: #CCC372;
}
</style>
background-color css
<style>
a { background-color: #CCC372; }
a { background-color: rgb(204,195,114); }
div.DivClassName
{
background-color: #CCC372;
}
.BgClassName
{
background-color: #CCC372;
}
</style>
border-color css
<style>
span { border-color: #CCC372; }
span { border-color: rgb(204,195,114); }
td.TdClassName
{
border-color: #CCC372;
}
.TagClassName
{
border-color: #CCC372;
}
</style>