Shades of Winter Hazel #CCC176
Tints of Winter Hazel #CCC176
RGB
CMYK
RGB Variations
Color information
#CCC176 (or 0xCCC176) is known color: Winter Hazel. HEX triplet: CC, C1 and 76. RGB value is (204,193,118). Sum of RGB (Red+Green+Blue) = 204+193+118=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC176 is #333E89. Grayscale: #BCBCBC. Windows color (decimal): -3358346 or 7782860. OLE color: 7782860.
HSL color Cylindrical-coordinate representation of color #CCC176: hue angle of 52.33º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC176 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 118 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.2 |
| HSL | 52.33º | 0.46% | 0.63% | - |
| HSV(B) | 52.33º | 0.42% | 0.8% | - |
| XYZ | 47.24 | 52.29 | 24.74 | - |
| YUV | 187.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 118 | 0 | 0.05 | 0.42 | 0.2 | 52.33 | 0.46 | 0.63 |
| Hex | CC | C1 | 76 | 0 | 5 | 2A | 14 | 34 | 2E | 3F |
| Octal | 314 | 301 | 166 | 0 | 5 | 52 | 24 | 64 | 56 | 77 |
| Binary | 11001100 | 11000001 | 1110110 | 0 | 101 | 101010 | 10100 | 110100 | 101110 | 111111 |
Color Harmonies of #CCC176
Complementary color
Monochromatic Colors of #CCC176
Black with #CCC176
Text Example
Text Example
White with #CCC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC176; }
p { color: rgb(204,193,118); }
H1.HeaderClassName
{
color: #CCC176;
}
.AnyTagClassName
{
color: #CCC176;
}
</style>
background-color css
<style>
a { background-color: #CCC176; }
a { background-color: rgb(204,193,118); }
div.DivClassName
{
background-color: #CCC176;
}
.BgClassName
{
background-color: #CCC176;
}
</style>
border-color css
<style>
span { border-color: #CCC176; }
span { border-color: rgb(204,193,118); }
td.TdClassName
{
border-color: #CCC176;
}
.TagClassName
{
border-color: #CCC176;
}
</style>