Shades of Winter Hazel #CCC493
Tints of Winter Hazel #CCC493
RGB
CMYK
RGB Variations
Color information
#CCC493 (or 0xCCC493) is known color: Winter Hazel. HEX triplet: CC, C4 and 93. RGB value is (204,196,147). Sum of RGB (Red+Green+Blue) = 204+196+147=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC493 is #333B6C. Grayscale: #C1C1C1. Windows color (decimal): -3357549 or 9684172. OLE color: 9684172.
HSL color Cylindrical-coordinate representation of color #CCC493: hue angle of 51.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC493 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 147 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.2 |
| HSL | 51.58º | 0.36% | 0.69% | - |
| HSV(B) | 51.58º | 0.28% | 0.8% | - |
| XYZ | 49.91 | 54.42 | 35.48 | - |
| YUV | 192.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 147 | 0 | 0.04 | 0.28 | 0.2 | 51.58 | 0.36 | 0.69 |
| Hex | CC | C4 | 93 | 0 | 4 | 1C | 14 | 34 | 24 | 45 |
| Octal | 314 | 304 | 223 | 0 | 4 | 34 | 24 | 64 | 44 | 105 |
| Binary | 11001100 | 11000100 | 10010011 | 0 | 100 | 11100 | 10100 | 110100 | 100100 | 1000101 |
Color Harmonies of #CCC493
Complementary color
Monochromatic Colors of #CCC493
Black with #CCC493
Text Example
Text Example
White with #CCC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC493; }
p { color: rgb(204,196,147); }
H1.HeaderClassName
{
color: #CCC493;
}
.AnyTagClassName
{
color: #CCC493;
}
</style>
background-color css
<style>
a { background-color: #CCC493; }
a { background-color: rgb(204,196,147); }
div.DivClassName
{
background-color: #CCC493;
}
.BgClassName
{
background-color: #CCC493;
}
</style>
border-color css
<style>
span { border-color: #CCC493; }
span { border-color: rgb(204,196,147); }
td.TdClassName
{
border-color: #CCC493;
}
.TagClassName
{
border-color: #CCC493;
}
</style>