Shades of Winter Hazel #CCC272
Tints of Winter Hazel #CCC272
RGB
CMYK
RGB Variations
Color information
#CCC272 (or 0xCCC272) is known color: Winter Hazel. HEX triplet: CC, C2 and 72. RGB value is (204,194,114). Sum of RGB (Red+Green+Blue) = 204+194+114=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC272 is #333D8D. Grayscale: #BCBCBC. Windows color (decimal): -3358094 or 7520972. OLE color: 7520972.
HSL color Cylindrical-coordinate representation of color #CCC272: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC272 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 114 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.2 |
| HSL | 53.33º | 0.47% | 0.62% | - |
| HSV(B) | 53.33º | 0.44% | 0.8% | - |
| XYZ | 47.23 | 52.64 | 23.59 | - |
| YUV | 187.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 114 | 0 | 0.05 | 0.44 | 0.2 | 53.33 | 0.47 | 0.62 |
| Hex | CC | C2 | 72 | 0 | 5 | 2C | 14 | 35 | 2F | 3E |
| Octal | 314 | 302 | 162 | 0 | 5 | 54 | 24 | 65 | 57 | 76 |
| Binary | 11001100 | 11000010 | 1110010 | 0 | 101 | 101100 | 10100 | 110101 | 101111 | 111110 |
Color Harmonies of #CCC272
Complementary color
Monochromatic Colors of #CCC272
Black with #CCC272
Text Example
Text Example
White with #CCC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC272; }
p { color: rgb(204,194,114); }
H1.HeaderClassName
{
color: #CCC272;
}
.AnyTagClassName
{
color: #CCC272;
}
</style>
background-color css
<style>
a { background-color: #CCC272; }
a { background-color: rgb(204,194,114); }
div.DivClassName
{
background-color: #CCC272;
}
.BgClassName
{
background-color: #CCC272;
}
</style>
border-color css
<style>
span { border-color: #CCC272; }
span { border-color: rgb(204,194,114); }
td.TdClassName
{
border-color: #CCC272;
}
.TagClassName
{
border-color: #CCC272;
}
</style>