Shades of Winter Hazel #CCC577
Tints of Winter Hazel #CCC577
RGB
CMYK
RGB Variations
Color information
#CCC577 (or 0xCCC577) is known color: Winter Hazel. HEX triplet: CC, C5 and 77. RGB value is (204,197,119). Sum of RGB (Red+Green+Blue) = 204+197+119=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC577 is #333A88. Grayscale: #BEBEBE. Windows color (decimal): -3357321 or 7849420. OLE color: 7849420.
HSL color Cylindrical-coordinate representation of color #CCC577: hue angle of 55.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC577 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 119 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.2 |
| HSL | 55.06º | 0.45% | 0.63% | - |
| HSV(B) | 55.06º | 0.42% | 0.8% | - |
| XYZ | 48.2 | 54.1 | 25.36 | - |
| YUV | 190.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 119 | 0 | 0.03 | 0.42 | 0.2 | 55.06 | 0.45 | 0.63 |
| Hex | CC | C5 | 77 | 0 | 3 | 2A | 14 | 37 | 2D | 3F |
| Octal | 314 | 305 | 167 | 0 | 3 | 52 | 24 | 67 | 55 | 77 |
| Binary | 11001100 | 11000101 | 1110111 | 0 | 11 | 101010 | 10100 | 110111 | 101101 | 111111 |
Color Harmonies of #CCC577
Complementary color
Monochromatic Colors of #CCC577
Black with #CCC577
Text Example
Text Example
White with #CCC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC577; }
p { color: rgb(204,197,119); }
H1.HeaderClassName
{
color: #CCC577;
}
.AnyTagClassName
{
color: #CCC577;
}
</style>
background-color css
<style>
a { background-color: #CCC577; }
a { background-color: rgb(204,197,119); }
div.DivClassName
{
background-color: #CCC577;
}
.BgClassName
{
background-color: #CCC577;
}
</style>
border-color css
<style>
span { border-color: #CCC577; }
span { border-color: rgb(204,197,119); }
td.TdClassName
{
border-color: #CCC577;
}
.TagClassName
{
border-color: #CCC577;
}
</style>