Shades of Winter Hazel #CCC574
Tints of Winter Hazel #CCC574
RGB
CMYK
RGB Variations
Color information
#CCC574 (or 0xCCC574) is known color: Winter Hazel. HEX triplet: CC, C5 and 74. RGB value is (204,197,116). Sum of RGB (Red+Green+Blue) = 204+197+116=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC574 is #333A8B. Grayscale: #BEBEBE. Windows color (decimal): -3357324 or 7652812. OLE color: 7652812.
HSL color Cylindrical-coordinate representation of color #CCC574: hue angle of 55.23º 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 #CCC574 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 116 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.2 |
| HSL | 55.23º | 0.46% | 0.63% | - |
| HSV(B) | 55.23º | 0.43% | 0.8% | - |
| XYZ | 48.02 | 54.03 | 24.42 | - |
| YUV | 189.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 116 | 0 | 0.03 | 0.43 | 0.2 | 55.23 | 0.46 | 0.63 |
| Hex | CC | C5 | 74 | 0 | 3 | 2B | 14 | 37 | 2E | 3F |
| Octal | 314 | 305 | 164 | 0 | 3 | 53 | 24 | 67 | 56 | 77 |
| Binary | 11001100 | 11000101 | 1110100 | 0 | 11 | 101011 | 10100 | 110111 | 101110 | 111111 |
Color Harmonies of #CCC574
Complementary color
Monochromatic Colors of #CCC574
Black with #CCC574
Text Example
Text Example
White with #CCC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC574; }
p { color: rgb(204,197,116); }
H1.HeaderClassName
{
color: #CCC574;
}
.AnyTagClassName
{
color: #CCC574;
}
</style>
background-color css
<style>
a { background-color: #CCC574; }
a { background-color: rgb(204,197,116); }
div.DivClassName
{
background-color: #CCC574;
}
.BgClassName
{
background-color: #CCC574;
}
</style>
border-color css
<style>
span { border-color: #CCC574; }
span { border-color: rgb(204,197,116); }
td.TdClassName
{
border-color: #CCC574;
}
.TagClassName
{
border-color: #CCC574;
}
</style>