Shades of Winter Hazel #CCC593
Tints of Winter Hazel #CCC593
RGB
CMYK
RGB Variations
Color information
#CCC593 (or 0xCCC593) is known color: Winter Hazel. HEX triplet: CC, C5 and 93. RGB value is (204,197,147). Sum of RGB (Red+Green+Blue) = 204+197+147=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC593 is #333A6C. Grayscale: #C1C1C1. Windows color (decimal): -3357293 or 9684428. OLE color: 9684428.
HSL color Cylindrical-coordinate representation of color #CCC593: hue angle of 52.63º 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 #CCC593 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 147 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.2 |
| HSL | 52.63º | 0.36% | 0.69% | - |
| HSV(B) | 52.63º | 0.28% | 0.8% | - |
| XYZ | 50.13 | 54.88 | 35.55 | - |
| YUV | 193.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 147 | 0 | 0.03 | 0.28 | 0.2 | 52.63 | 0.36 | 0.69 |
| Hex | CC | C5 | 93 | 0 | 3 | 1C | 14 | 35 | 24 | 45 |
| Octal | 314 | 305 | 223 | 0 | 3 | 34 | 24 | 65 | 44 | 105 |
| Binary | 11001100 | 11000101 | 10010011 | 0 | 11 | 11100 | 10100 | 110101 | 100100 | 1000101 |
Color Harmonies of #CCC593
Complementary color
Monochromatic Colors of #CCC593
Black with #CCC593
Text Example
Text Example
White with #CCC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC593; }
p { color: rgb(204,197,147); }
H1.HeaderClassName
{
color: #CCC593;
}
.AnyTagClassName
{
color: #CCC593;
}
</style>
background-color css
<style>
a { background-color: #CCC593; }
a { background-color: rgb(204,197,147); }
div.DivClassName
{
background-color: #CCC593;
}
.BgClassName
{
background-color: #CCC593;
}
</style>
border-color css
<style>
span { border-color: #CCC593; }
span { border-color: rgb(204,197,147); }
td.TdClassName
{
border-color: #CCC593;
}
.TagClassName
{
border-color: #CCC593;
}
</style>