Shades of Winter Hazel #CCC093
Tints of Winter Hazel #CCC093
RGB
CMYK
RGB Variations
Color information
#CCC093 (or 0xCCC093) is known color: Winter Hazel. HEX triplet: CC, C0 and 93. RGB value is (204,192,147). Sum of RGB (Red+Green+Blue) = 204+192+147=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC093 is #333F6C. Grayscale: #BEBEBE. Windows color (decimal): -3358573 or 9683148. OLE color: 9683148.
HSL color Cylindrical-coordinate representation of color #CCC093: hue angle of 47.37º 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 #CCC093 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 147 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.2 |
| HSL | 47.37º | 0.36% | 0.69% | - |
| HSV(B) | 47.37º | 0.28% | 0.8% | - |
| XYZ | 49.02 | 52.64 | 35.18 | - |
| YUV | 190.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 147 | 0 | 0.06 | 0.28 | 0.2 | 47.37 | 0.36 | 0.69 |
| Hex | CC | C0 | 93 | 0 | 6 | 1C | 14 | 2F | 24 | 45 |
| Octal | 314 | 300 | 223 | 0 | 6 | 34 | 24 | 57 | 44 | 105 |
| Binary | 11001100 | 11000000 | 10010011 | 0 | 110 | 11100 | 10100 | 101111 | 100100 | 1000101 |
Color Harmonies of #CCC093
Complementary color
Monochromatic Colors of #CCC093
Black with #CCC093
Text Example
Text Example
White with #CCC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC093; }
p { color: rgb(204,192,147); }
H1.HeaderClassName
{
color: #CCC093;
}
.AnyTagClassName
{
color: #CCC093;
}
</style>
background-color css
<style>
a { background-color: #CCC093; }
a { background-color: rgb(204,192,147); }
div.DivClassName
{
background-color: #CCC093;
}
.BgClassName
{
background-color: #CCC093;
}
</style>
border-color css
<style>
span { border-color: #CCC093; }
span { border-color: rgb(204,192,147); }
td.TdClassName
{
border-color: #CCC093;
}
.TagClassName
{
border-color: #CCC093;
}
</style>