Shades of Zinnwaldite #ECC0AC
Tints of Zinnwaldite #ECC0AC
RGB
CMYK
RGB Variations
Color information
#ECC0AC (or 0xECC0AC) is known color: Zinnwaldite. HEX triplet: EC, C0 and AC. RGB value is (236,192,172). Sum of RGB (Red+Green+Blue) = 236+192+172=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AC is #133F53. Grayscale: #CBCBCB. Windows color (decimal): -1261396 or 11321580. OLE color: 11321580.
HSL color Cylindrical-coordinate representation of color #ECC0AC: hue angle of 18.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC0AC is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 172 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.07 |
| HSL | 18.75º | 0.63% | 0.8% | - |
| HSV(B) | 18.75º | 0.27% | 0.93% | - |
| XYZ | 60.89 | 58.51 | 47.11 | - |
| YUV | 202.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 172 | 0 | 0.19 | 0.27 | 0.07 | 18.75 | 0.63 | 0.8 |
| Hex | EC | C0 | AC | 0 | 13 | 1B | 7 | 13 | 3F | 50 |
| Octal | 354 | 300 | 254 | 0 | 23 | 33 | 7 | 23 | 77 | 120 |
| Binary | 11101100 | 11000000 | 10101100 | 0 | 10011 | 11011 | 111 | 10011 | 111111 | 1010000 |
Color Harmonies of #ECC0AC
Complementary color
Monochromatic Colors of #ECC0AC
Black with #ECC0AC
Text Example
Text Example
White with #ECC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0AC; }
p { color: rgb(236,192,172); }
H1.HeaderClassName
{
color: #ECC0AC;
}
.AnyTagClassName
{
color: #ECC0AC;
}
</style>
background-color css
<style>
a { background-color: #ECC0AC; }
a { background-color: rgb(236,192,172); }
div.DivClassName
{
background-color: #ECC0AC;
}
.BgClassName
{
background-color: #ECC0AC;
}
</style>
border-color css
<style>
span { border-color: #ECC0AC; }
span { border-color: rgb(236,192,172); }
td.TdClassName
{
border-color: #ECC0AC;
}
.TagClassName
{
border-color: #ECC0AC;
}
</style>