Shades of Winter Hazel #CCC575
Tints of Winter Hazel #CCC575
RGB
CMYK
RGB Variations
Color information
#CCC575 (or 0xCCC575) is known color: Winter Hazel. HEX triplet: CC, C5 and 75. RGB value is (204,197,117). Sum of RGB (Red+Green+Blue) = 204+197+117=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC575 is #333A8A. Grayscale: #BEBEBE. Windows color (decimal): -3357323 or 7718348. OLE color: 7718348.
HSL color Cylindrical-coordinate representation of color #CCC575: hue angle of 55.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCC575 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 117 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.2 |
| HSL | 55.17º | 0.46% | 0.63% | - |
| HSV(B) | 55.17º | 0.43% | 0.8% | - |
| XYZ | 48.08 | 54.05 | 24.73 | - |
| YUV | 189.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 117 | 0 | 0.03 | 0.43 | 0.2 | 55.17 | 0.46 | 0.63 |
| Hex | CC | C5 | 75 | 0 | 3 | 2B | 14 | 37 | 2E | 3F |
| Octal | 314 | 305 | 165 | 0 | 3 | 53 | 24 | 67 | 56 | 77 |
| Binary | 11001100 | 11000101 | 1110101 | 0 | 11 | 101011 | 10100 | 110111 | 101110 | 111111 |
Color Harmonies of #CCC575
Complementary color
Monochromatic Colors of #CCC575
Black with #CCC575
Text Example
Text Example
White with #CCC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC575; }
p { color: rgb(204,197,117); }
H1.HeaderClassName
{
color: #CCC575;
}
.AnyTagClassName
{
color: #CCC575;
}
</style>
background-color css
<style>
a { background-color: #CCC575; }
a { background-color: rgb(204,197,117); }
div.DivClassName
{
background-color: #CCC575;
}
.BgClassName
{
background-color: #CCC575;
}
</style>
border-color css
<style>
span { border-color: #CCC575; }
span { border-color: rgb(204,197,117); }
td.TdClassName
{
border-color: #CCC575;
}
.TagClassName
{
border-color: #CCC575;
}
</style>