Shades of Winter Hazel #CCC578
Tints of Winter Hazel #CCC578
RGB
CMYK
RGB Variations
Color information
#CCC578 (or 0xCCC578) is known color: Winter Hazel. HEX triplet: CC, C5 and 78. RGB value is (204,197,120). Sum of RGB (Red+Green+Blue) = 204+197+120=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC578 is #333A87. Grayscale: #BEBEBE. Windows color (decimal): -3357320 or 7914956. OLE color: 7914956.
HSL color Cylindrical-coordinate representation of color #CCC578: hue angle of 55º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC578 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 120 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.2 |
| HSL | 55º | 0.45% | 0.64% | - |
| HSV(B) | 55º | 0.41% | 0.8% | - |
| XYZ | 48.26 | 54.13 | 25.67 | - |
| YUV | 190.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 120 | 0 | 0.03 | 0.41 | 0.2 | 55 | 0.45 | 0.64 |
| Hex | CC | C5 | 78 | 0 | 3 | 29 | 14 | 37 | 2D | 40 |
| Octal | 314 | 305 | 170 | 0 | 3 | 51 | 24 | 67 | 55 | 100 |
| Binary | 11001100 | 11000101 | 1111000 | 0 | 11 | 101001 | 10100 | 110111 | 101101 | 1000000 |
Color Harmonies of #CCC578
Complementary color
Monochromatic Colors of #CCC578
Black with #CCC578
Text Example
Text Example
White with #CCC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC578; }
p { color: rgb(204,197,120); }
H1.HeaderClassName
{
color: #CCC578;
}
.AnyTagClassName
{
color: #CCC578;
}
</style>
background-color css
<style>
a { background-color: #CCC578; }
a { background-color: rgb(204,197,120); }
div.DivClassName
{
background-color: #CCC578;
}
.BgClassName
{
background-color: #CCC578;
}
</style>
border-color css
<style>
span { border-color: #CCC578; }
span { border-color: rgb(204,197,120); }
td.TdClassName
{
border-color: #CCC578;
}
.TagClassName
{
border-color: #CCC578;
}
</style>