Shades of Winter Hazel #CCC279
Tints of Winter Hazel #CCC279
RGB
CMYK
RGB Variations
Color information
#CCC279 (or 0xCCC279) is known color: Winter Hazel. HEX triplet: CC, C2 and 79. RGB value is (204,194,121). Sum of RGB (Red+Green+Blue) = 204+194+121=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC279 is #333D86. Grayscale: #BCBCBC. Windows color (decimal): -3358087 or 7979724. OLE color: 7979724.
HSL color Cylindrical-coordinate representation of color #CCC279: hue angle of 52.77º 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 #CCC279 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 121 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.2 |
| HSL | 52.77º | 0.45% | 0.64% | - |
| HSV(B) | 52.77º | 0.41% | 0.8% | - |
| XYZ | 47.64 | 52.8 | 25.77 | - |
| YUV | 188.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 121 | 0 | 0.05 | 0.41 | 0.2 | 52.77 | 0.45 | 0.64 |
| Hex | CC | C2 | 79 | 0 | 5 | 29 | 14 | 35 | 2D | 40 |
| Octal | 314 | 302 | 171 | 0 | 5 | 51 | 24 | 65 | 55 | 100 |
| Binary | 11001100 | 11000010 | 1111001 | 0 | 101 | 101001 | 10100 | 110101 | 101101 | 1000000 |
Color Harmonies of #CCC279
Complementary color
Monochromatic Colors of #CCC279
Black with #CCC279
Text Example
Text Example
White with #CCC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC279; }
p { color: rgb(204,194,121); }
H1.HeaderClassName
{
color: #CCC279;
}
.AnyTagClassName
{
color: #CCC279;
}
</style>
background-color css
<style>
a { background-color: #CCC279; }
a { background-color: rgb(204,194,121); }
div.DivClassName
{
background-color: #CCC279;
}
.BgClassName
{
background-color: #CCC279;
}
</style>
border-color css
<style>
span { border-color: #CCC279; }
span { border-color: rgb(204,194,121); }
td.TdClassName
{
border-color: #CCC279;
}
.TagClassName
{
border-color: #CCC279;
}
</style>