Shades of Winter Hazel #CCC391
Tints of Winter Hazel #CCC391
RGB
CMYK
RGB Variations
Color information
#CCC391 (or 0xCCC391) is known color: Winter Hazel. HEX triplet: CC, C3 and 91. RGB value is (204,195,145). Sum of RGB (Red+Green+Blue) = 204+195+145=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC391 is #333C6E. Grayscale: #C0C0C0. Windows color (decimal): -3357807 or 9552844. OLE color: 9552844.
HSL color Cylindrical-coordinate representation of color #CCC391: hue angle of 50.85º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC391 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 145 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.2 |
| HSL | 50.85º | 0.37% | 0.68% | - |
| HSV(B) | 50.85º | 0.29% | 0.8% | - |
| XYZ | 49.53 | 53.91 | 34.58 | - |
| YUV | 191.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 145 | 0 | 0.04 | 0.29 | 0.2 | 50.85 | 0.37 | 0.68 |
| Hex | CC | C3 | 91 | 0 | 4 | 1D | 14 | 33 | 25 | 44 |
| Octal | 314 | 303 | 221 | 0 | 4 | 35 | 24 | 63 | 45 | 104 |
| Binary | 11001100 | 11000011 | 10010001 | 0 | 100 | 11101 | 10100 | 110011 | 100101 | 1000100 |
Color Harmonies of #CCC391
Complementary color
Monochromatic Colors of #CCC391
Black with #CCC391
Text Example
Text Example
White with #CCC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC391; }
p { color: rgb(204,195,145); }
H1.HeaderClassName
{
color: #CCC391;
}
.AnyTagClassName
{
color: #CCC391;
}
</style>
background-color css
<style>
a { background-color: #CCC391; }
a { background-color: rgb(204,195,145); }
div.DivClassName
{
background-color: #CCC391;
}
.BgClassName
{
background-color: #CCC391;
}
</style>
border-color css
<style>
span { border-color: #CCC391; }
span { border-color: rgb(204,195,145); }
td.TdClassName
{
border-color: #CCC391;
}
.TagClassName
{
border-color: #CCC391;
}
</style>