Shades of Winter Hazel #CCC393
Tints of Winter Hazel #CCC393
RGB
CMYK
RGB Variations
Color information
#CCC393 (or 0xCCC393) is known color: Winter Hazel. HEX triplet: CC, C3 and 93. RGB value is (204,195,147). Sum of RGB (Red+Green+Blue) = 204+195+147=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC393 is #333C6C. Grayscale: #C0C0C0. Windows color (decimal): -3357805 or 9683916. OLE color: 9683916.
HSL color Cylindrical-coordinate representation of color #CCC393: hue angle of 50.53º 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 #CCC393 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 147 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.2 |
| HSL | 50.53º | 0.36% | 0.69% | - |
| HSV(B) | 50.53º | 0.28% | 0.8% | - |
| XYZ | 49.68 | 53.97 | 35.4 | - |
| YUV | 192.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 147 | 0 | 0.04 | 0.28 | 0.2 | 50.53 | 0.36 | 0.69 |
| Hex | CC | C3 | 93 | 0 | 4 | 1C | 14 | 33 | 24 | 45 |
| Octal | 314 | 303 | 223 | 0 | 4 | 34 | 24 | 63 | 44 | 105 |
| Binary | 11001100 | 11000011 | 10010011 | 0 | 100 | 11100 | 10100 | 110011 | 100100 | 1000101 |
Color Harmonies of #CCC393
Complementary color
Monochromatic Colors of #CCC393
Black with #CCC393
Text Example
Text Example
White with #CCC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC393; }
p { color: rgb(204,195,147); }
H1.HeaderClassName
{
color: #CCC393;
}
.AnyTagClassName
{
color: #CCC393;
}
</style>
background-color css
<style>
a { background-color: #CCC393; }
a { background-color: rgb(204,195,147); }
div.DivClassName
{
background-color: #CCC393;
}
.BgClassName
{
background-color: #CCC393;
}
</style>
border-color css
<style>
span { border-color: #CCC393; }
span { border-color: rgb(204,195,147); }
td.TdClassName
{
border-color: #CCC393;
}
.TagClassName
{
border-color: #CCC393;
}
</style>