Shades of Winter Hazel #CCC473
Tints of Winter Hazel #CCC473
RGB
CMYK
RGB Variations
Color information
#CCC473 (or 0xCCC473) is known color: Winter Hazel. HEX triplet: CC, C4 and 73. RGB value is (204,196,115). Sum of RGB (Red+Green+Blue) = 204+196+115=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC473 is #333B8C. Grayscale: #BDBDBD. Windows color (decimal): -3357581 or 7587020. OLE color: 7587020.
HSL color Cylindrical-coordinate representation of color #CCC473: hue angle of 54.61º 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 #CCC473 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 115 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.2 |
| HSL | 54.61º | 0.47% | 0.63% | - |
| HSV(B) | 54.61º | 0.44% | 0.8% | - |
| XYZ | 47.74 | 53.56 | 24.04 | - |
| YUV | 189.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 115 | 0 | 0.04 | 0.44 | 0.2 | 54.61 | 0.47 | 0.63 |
| Hex | CC | C4 | 73 | 0 | 4 | 2C | 14 | 37 | 2F | 3F |
| Octal | 314 | 304 | 163 | 0 | 4 | 54 | 24 | 67 | 57 | 77 |
| Binary | 11001100 | 11000100 | 1110011 | 0 | 100 | 101100 | 10100 | 110111 | 101111 | 111111 |
Color Harmonies of #CCC473
Complementary color
Monochromatic Colors of #CCC473
Black with #CCC473
Text Example
Text Example
White with #CCC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC473; }
p { color: rgb(204,196,115); }
H1.HeaderClassName
{
color: #CCC473;
}
.AnyTagClassName
{
color: #CCC473;
}
</style>
background-color css
<style>
a { background-color: #CCC473; }
a { background-color: rgb(204,196,115); }
div.DivClassName
{
background-color: #CCC473;
}
.BgClassName
{
background-color: #CCC473;
}
</style>
border-color css
<style>
span { border-color: #CCC473; }
span { border-color: rgb(204,196,115); }
td.TdClassName
{
border-color: #CCC473;
}
.TagClassName
{
border-color: #CCC473;
}
</style>