Shades of Winter Hazel #CCC073
Tints of Winter Hazel #CCC073
RGB
CMYK
RGB Variations
Color information
#CCC073 (or 0xCCC073) is known color: Winter Hazel. HEX triplet: CC, C0 and 73. RGB value is (204,192,115). Sum of RGB (Red+Green+Blue) = 204+192+115=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC073 is #333F8C. Grayscale: #BBBBBB. Windows color (decimal): -3358605 or 7585996. OLE color: 7585996.
HSL color Cylindrical-coordinate representation of color #CCC073: hue angle of 51.91º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC073 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 115 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.2 |
| HSL | 51.91º | 0.47% | 0.63% | - |
| HSV(B) | 51.91º | 0.44% | 0.8% | - |
| XYZ | 46.85 | 51.77 | 23.74 | - |
| YUV | 186.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 115 | 0 | 0.06 | 0.44 | 0.2 | 51.91 | 0.47 | 0.63 |
| Hex | CC | C0 | 73 | 0 | 6 | 2C | 14 | 34 | 2F | 3F |
| Octal | 314 | 300 | 163 | 0 | 6 | 54 | 24 | 64 | 57 | 77 |
| Binary | 11001100 | 11000000 | 1110011 | 0 | 110 | 101100 | 10100 | 110100 | 101111 | 111111 |
Color Harmonies of #CCC073
Complementary color
Monochromatic Colors of #CCC073
Black with #CCC073
Text Example
Text Example
White with #CCC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC073; }
p { color: rgb(204,192,115); }
H1.HeaderClassName
{
color: #CCC073;
}
.AnyTagClassName
{
color: #CCC073;
}
</style>
background-color css
<style>
a { background-color: #CCC073; }
a { background-color: rgb(204,192,115); }
div.DivClassName
{
background-color: #CCC073;
}
.BgClassName
{
background-color: #CCC073;
}
</style>
border-color css
<style>
span { border-color: #CCC073; }
span { border-color: rgb(204,192,115); }
td.TdClassName
{
border-color: #CCC073;
}
.TagClassName
{
border-color: #CCC073;
}
</style>