Shades of Winter Hazel #CCC37A
Tints of Winter Hazel #CCC37A
RGB
CMYK
RGB Variations
Color information
#CCC37A (or 0xCCC37A) is known color: Winter Hazel. HEX triplet: CC, C3 and 7A. RGB value is (204,195,122). Sum of RGB (Red+Green+Blue) = 204+195+122=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37A is #333C85. Grayscale: #BDBDBD. Windows color (decimal): -3357830 or 8045516. OLE color: 8045516.
HSL color Cylindrical-coordinate representation of color #CCC37A: hue angle of 53.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC37A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 122 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.2 |
| HSL | 53.41º | 0.45% | 0.64% | - |
| HSV(B) | 53.41º | 0.4% | 0.8% | - |
| XYZ | 47.93 | 53.27 | 26.17 | - |
| YUV | 189.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 122 | 0 | 0.04 | 0.40 | 0.2 | 53.41 | 0.45 | 0.64 |
| Hex | CC | C3 | 7A | 0 | 4 | 28 | 14 | 35 | 2D | 40 |
| Octal | 314 | 303 | 172 | 0 | 4 | 50 | 24 | 65 | 55 | 100 |
| Binary | 11001100 | 11000011 | 1111010 | 0 | 100 | 101000 | 10100 | 110101 | 101101 | 1000000 |
Color Harmonies of #CCC37A
Complementary color
Monochromatic Colors of #CCC37A
Black with #CCC37A
Text Example
Text Example
White with #CCC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC37A; }
p { color: rgb(204,195,122); }
H1.HeaderClassName
{
color: #CCC37A;
}
.AnyTagClassName
{
color: #CCC37A;
}
</style>
background-color css
<style>
a { background-color: #CCC37A; }
a { background-color: rgb(204,195,122); }
div.DivClassName
{
background-color: #CCC37A;
}
.BgClassName
{
background-color: #CCC37A;
}
</style>
border-color css
<style>
span { border-color: #CCC37A; }
span { border-color: rgb(204,195,122); }
td.TdClassName
{
border-color: #CCC37A;
}
.TagClassName
{
border-color: #CCC37A;
}
</style>