Shades of Winter Hazel #CCC078
Tints of Winter Hazel #CCC078
RGB
CMYK
RGB Variations
Color information
#CCC078 (or 0xCCC078) is known color: Winter Hazel. HEX triplet: CC, C0 and 78. RGB value is (204,192,120). Sum of RGB (Red+Green+Blue) = 204+192+120=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC078 is #333F87. Grayscale: #BBBBBB. Windows color (decimal): -3358600 or 7913676. OLE color: 7913676.
HSL color Cylindrical-coordinate representation of color #CCC078: hue angle of 51.43º 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 #CCC078 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 120 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.2 |
| HSL | 51.43º | 0.45% | 0.64% | - |
| HSV(B) | 51.43º | 0.41% | 0.8% | - |
| XYZ | 47.14 | 51.89 | 25.3 | - |
| YUV | 187.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 120 | 0 | 0.06 | 0.41 | 0.2 | 51.43 | 0.45 | 0.64 |
| Hex | CC | C0 | 78 | 0 | 6 | 29 | 14 | 33 | 2D | 40 |
| Octal | 314 | 300 | 170 | 0 | 6 | 51 | 24 | 63 | 55 | 100 |
| Binary | 11001100 | 11000000 | 1111000 | 0 | 110 | 101001 | 10100 | 110011 | 101101 | 1000000 |
Color Harmonies of #CCC078
Complementary color
Monochromatic Colors of #CCC078
Black with #CCC078
Text Example
Text Example
White with #CCC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC078; }
p { color: rgb(204,192,120); }
H1.HeaderClassName
{
color: #CCC078;
}
.AnyTagClassName
{
color: #CCC078;
}
</style>
background-color css
<style>
a { background-color: #CCC078; }
a { background-color: rgb(204,192,120); }
div.DivClassName
{
background-color: #CCC078;
}
.BgClassName
{
background-color: #CCC078;
}
</style>
border-color css
<style>
span { border-color: #CCC078; }
span { border-color: rgb(204,192,120); }
td.TdClassName
{
border-color: #CCC078;
}
.TagClassName
{
border-color: #CCC078;
}
</style>