Shades of Winter Hazel #CCC671
Tints of Winter Hazel #CCC671
RGB
CMYK
RGB Variations
Color information
#CCC671 (or 0xCCC671) is known color: Winter Hazel. HEX triplet: CC, C6 and 71. RGB value is (204,198,113). Sum of RGB (Red+Green+Blue) = 204+198+113=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC671 is #33398E. Grayscale: #BEBEBE. Windows color (decimal): -3357071 or 7456460. OLE color: 7456460.
HSL color Cylindrical-coordinate representation of color #CCC671: hue angle of 56.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC671 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 113 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.2 |
| HSL | 56.04º | 0.47% | 0.62% | - |
| HSV(B) | 56.04º | 0.45% | 0.8% | - |
| XYZ | 48.08 | 54.42 | 23.59 | - |
| YUV | 190.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 113 | 0 | 0.03 | 0.45 | 0.2 | 56.04 | 0.47 | 0.62 |
| Hex | CC | C6 | 71 | 0 | 3 | 2D | 14 | 38 | 2F | 3E |
| Octal | 314 | 306 | 161 | 0 | 3 | 55 | 24 | 70 | 57 | 76 |
| Binary | 11001100 | 11000110 | 1110001 | 0 | 11 | 101101 | 10100 | 111000 | 101111 | 111110 |
Color Harmonies of #CCC671
Complementary color
Monochromatic Colors of #CCC671
Black with #CCC671
Text Example
Text Example
White with #CCC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC671; }
p { color: rgb(204,198,113); }
H1.HeaderClassName
{
color: #CCC671;
}
.AnyTagClassName
{
color: #CCC671;
}
</style>
background-color css
<style>
a { background-color: #CCC671; }
a { background-color: rgb(204,198,113); }
div.DivClassName
{
background-color: #CCC671;
}
.BgClassName
{
background-color: #CCC671;
}
</style>
border-color css
<style>
span { border-color: #CCC671; }
span { border-color: rgb(204,198,113); }
td.TdClassName
{
border-color: #CCC671;
}
.TagClassName
{
border-color: #CCC671;
}
</style>