Shades of Winter Hazel #CCC674
Tints of Winter Hazel #CCC674
RGB
CMYK
RGB Variations
Color information
#CCC674 (or 0xCCC674) is known color: Winter Hazel. HEX triplet: CC, C6 and 74. RGB value is (204,198,116). Sum of RGB (Red+Green+Blue) = 204+198+116=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC674 is #33398B. Grayscale: #BEBEBE. Windows color (decimal): -3357068 or 7653068. OLE color: 7653068.
HSL color Cylindrical-coordinate representation of color #CCC674: hue angle of 55.91º 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 #CCC674 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 116 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.2 |
| HSL | 55.91º | 0.46% | 0.63% | - |
| HSV(B) | 55.91º | 0.43% | 0.8% | - |
| XYZ | 48.25 | 54.49 | 24.5 | - |
| YUV | 190.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 116 | 0 | 0.03 | 0.43 | 0.2 | 55.91 | 0.46 | 0.63 |
| Hex | CC | C6 | 74 | 0 | 3 | 2B | 14 | 38 | 2E | 3F |
| Octal | 314 | 306 | 164 | 0 | 3 | 53 | 24 | 70 | 56 | 77 |
| Binary | 11001100 | 11000110 | 1110100 | 0 | 11 | 101011 | 10100 | 111000 | 101110 | 111111 |
Color Harmonies of #CCC674
Complementary color
Monochromatic Colors of #CCC674
Black with #CCC674
Text Example
Text Example
White with #CCC674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC674; }
p { color: rgb(204,198,116); }
H1.HeaderClassName
{
color: #CCC674;
}
.AnyTagClassName
{
color: #CCC674;
}
</style>
background-color css
<style>
a { background-color: #CCC674; }
a { background-color: rgb(204,198,116); }
div.DivClassName
{
background-color: #CCC674;
}
.BgClassName
{
background-color: #CCC674;
}
</style>
border-color css
<style>
span { border-color: #CCC674; }
span { border-color: rgb(204,198,116); }
td.TdClassName
{
border-color: #CCC674;
}
.TagClassName
{
border-color: #CCC674;
}
</style>