Shades of Winter Hazel #CCC074
Tints of Winter Hazel #CCC074
RGB
CMYK
RGB Variations
Color information
#CCC074 (or 0xCCC074) is known color: Winter Hazel. HEX triplet: CC, C0 and 74. RGB value is (204,192,116). Sum of RGB (Red+Green+Blue) = 204+192+116=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC074 is #333F8B. Grayscale: #BBBBBB. Windows color (decimal): -3358604 or 7651532. OLE color: 7651532.
HSL color Cylindrical-coordinate representation of color #CCC074: hue angle of 51.82º 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 #CCC074 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 116 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.2 |
| HSL | 51.82º | 0.46% | 0.63% | - |
| HSV(B) | 51.82º | 0.43% | 0.8% | - |
| XYZ | 46.9 | 51.8 | 24.05 | - |
| YUV | 186.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 116 | 0 | 0.06 | 0.43 | 0.2 | 51.82 | 0.46 | 0.63 |
| Hex | CC | C0 | 74 | 0 | 6 | 2B | 14 | 34 | 2E | 3F |
| Octal | 314 | 300 | 164 | 0 | 6 | 53 | 24 | 64 | 56 | 77 |
| Binary | 11001100 | 11000000 | 1110100 | 0 | 110 | 101011 | 10100 | 110100 | 101110 | 111111 |
Color Harmonies of #CCC074
Complementary color
Monochromatic Colors of #CCC074
Black with #CCC074
Text Example
Text Example
White with #CCC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC074; }
p { color: rgb(204,192,116); }
H1.HeaderClassName
{
color: #CCC074;
}
.AnyTagClassName
{
color: #CCC074;
}
</style>
background-color css
<style>
a { background-color: #CCC074; }
a { background-color: rgb(204,192,116); }
div.DivClassName
{
background-color: #CCC074;
}
.BgClassName
{
background-color: #CCC074;
}
</style>
border-color css
<style>
span { border-color: #CCC074; }
span { border-color: rgb(204,192,116); }
td.TdClassName
{
border-color: #CCC074;
}
.TagClassName
{
border-color: #CCC074;
}
</style>