Shades of Winter Hazel #CCC271
Tints of Winter Hazel #CCC271
RGB
CMYK
RGB Variations
Color information
#CCC271 (or 0xCCC271) is known color: Winter Hazel. HEX triplet: CC, C2 and 71. RGB value is (204,194,113). Sum of RGB (Red+Green+Blue) = 204+194+113=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC271 is #333D8E. Grayscale: #BCBCBC. Windows color (decimal): -3358095 or 7455436. OLE color: 7455436.
HSL color Cylindrical-coordinate representation of color #CCC271: hue angle of 53.41º 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 #CCC271 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 113 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.2 |
| HSL | 53.41º | 0.47% | 0.62% | - |
| HSV(B) | 53.41º | 0.45% | 0.8% | - |
| XYZ | 47.17 | 52.61 | 23.29 | - |
| YUV | 187.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 113 | 0 | 0.05 | 0.45 | 0.2 | 53.41 | 0.47 | 0.62 |
| Hex | CC | C2 | 71 | 0 | 5 | 2D | 14 | 35 | 2F | 3E |
| Octal | 314 | 302 | 161 | 0 | 5 | 55 | 24 | 65 | 57 | 76 |
| Binary | 11001100 | 11000010 | 1110001 | 0 | 101 | 101101 | 10100 | 110101 | 101111 | 111110 |
Color Harmonies of #CCC271
Complementary color
Monochromatic Colors of #CCC271
Black with #CCC271
Text Example
Text Example
White with #CCC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC271; }
p { color: rgb(204,194,113); }
H1.HeaderClassName
{
color: #CCC271;
}
.AnyTagClassName
{
color: #CCC271;
}
</style>
background-color css
<style>
a { background-color: #CCC271; }
a { background-color: rgb(204,194,113); }
div.DivClassName
{
background-color: #CCC271;
}
.BgClassName
{
background-color: #CCC271;
}
</style>
border-color css
<style>
span { border-color: #CCC271; }
span { border-color: rgb(204,194,113); }
td.TdClassName
{
border-color: #CCC271;
}
.TagClassName
{
border-color: #CCC271;
}
</style>