Shades of Winter Hazel #CCC478
Tints of Winter Hazel #CCC478
RGB
CMYK
RGB Variations
Color information
#CCC478 (or 0xCCC478) is known color: Winter Hazel. HEX triplet: CC, C4 and 78. RGB value is (204,196,120). Sum of RGB (Red+Green+Blue) = 204+196+120=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC478 is #333B87. Grayscale: #BEBEBE. Windows color (decimal): -3357576 or 7914700. OLE color: 7914700.
HSL color Cylindrical-coordinate representation of color #CCC478: hue angle of 54.29º 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 #CCC478 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 120 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.2 |
| HSL | 54.29º | 0.45% | 0.64% | - |
| HSV(B) | 54.29º | 0.41% | 0.8% | - |
| XYZ | 48.03 | 53.67 | 25.6 | - |
| YUV | 189.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 120 | 0 | 0.04 | 0.41 | 0.2 | 54.29 | 0.45 | 0.64 |
| Hex | CC | C4 | 78 | 0 | 4 | 29 | 14 | 36 | 2D | 40 |
| Octal | 314 | 304 | 170 | 0 | 4 | 51 | 24 | 66 | 55 | 100 |
| Binary | 11001100 | 11000100 | 1111000 | 0 | 100 | 101001 | 10100 | 110110 | 101101 | 1000000 |
Color Harmonies of #CCC478
Complementary color
Monochromatic Colors of #CCC478
Black with #CCC478
Text Example
Text Example
White with #CCC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC478; }
p { color: rgb(204,196,120); }
H1.HeaderClassName
{
color: #CCC478;
}
.AnyTagClassName
{
color: #CCC478;
}
</style>
background-color css
<style>
a { background-color: #CCC478; }
a { background-color: rgb(204,196,120); }
div.DivClassName
{
background-color: #CCC478;
}
.BgClassName
{
background-color: #CCC478;
}
</style>
border-color css
<style>
span { border-color: #CCC478; }
span { border-color: rgb(204,196,120); }
td.TdClassName
{
border-color: #CCC478;
}
.TagClassName
{
border-color: #CCC478;
}
</style>