Shades of Winter Hazel #CCC570
Tints of Winter Hazel #CCC570
RGB
CMYK
RGB Variations
Color information
#CCC570 (or 0xCCC570) is known color: Winter Hazel. HEX triplet: CC, C5 and 70. RGB value is (204,197,112). Sum of RGB (Red+Green+Blue) = 204+197+112=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC570 is #333A8F. Grayscale: #BDBDBD. Windows color (decimal): -3357328 or 7390668. OLE color: 7390668.
HSL color Cylindrical-coordinate representation of color #CCC570: hue angle of 55.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC570 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 112 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.2 |
| HSL | 55.43º | 0.47% | 0.62% | - |
| HSV(B) | 55.43º | 0.45% | 0.8% | - |
| XYZ | 47.79 | 53.94 | 23.22 | - |
| YUV | 189.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 112 | 0 | 0.03 | 0.45 | 0.2 | 55.43 | 0.47 | 0.62 |
| Hex | CC | C5 | 70 | 0 | 3 | 2D | 14 | 37 | 2F | 3E |
| Octal | 314 | 305 | 160 | 0 | 3 | 55 | 24 | 67 | 57 | 76 |
| Binary | 11001100 | 11000101 | 1110000 | 0 | 11 | 101101 | 10100 | 110111 | 101111 | 111110 |
Color Harmonies of #CCC570
Complementary color
Monochromatic Colors of #CCC570
Black with #CCC570
Text Example
Text Example
White with #CCC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC570; }
p { color: rgb(204,197,112); }
H1.HeaderClassName
{
color: #CCC570;
}
.AnyTagClassName
{
color: #CCC570;
}
</style>
background-color css
<style>
a { background-color: #CCC570; }
a { background-color: rgb(204,197,112); }
div.DivClassName
{
background-color: #CCC570;
}
.BgClassName
{
background-color: #CCC570;
}
</style>
border-color css
<style>
span { border-color: #CCC570; }
span { border-color: rgb(204,197,112); }
td.TdClassName
{
border-color: #CCC570;
}
.TagClassName
{
border-color: #CCC570;
}
</style>