Shades of Zinnwaldite #ECC1AC
Tints of Zinnwaldite #ECC1AC
RGB
CMYK
RGB Variations
Color information
#ECC1AC (or 0xECC1AC) is known color: Zinnwaldite. HEX triplet: EC, C1 and AC. RGB value is (236,193,172). Sum of RGB (Red+Green+Blue) = 236+193+172=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1AC is #133E53. Grayscale: #CBCBCB. Windows color (decimal): -1261140 or 11321836. OLE color: 11321836.
HSL color Cylindrical-coordinate representation of color #ECC1AC: hue angle of 19.69º 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 #ECC1AC is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 172 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.07 |
| HSL | 19.69º | 0.63% | 0.8% | - |
| HSV(B) | 19.69º | 0.27% | 0.93% | - |
| XYZ | 61.11 | 58.95 | 47.19 | - |
| YUV | 203.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 172 | 0 | 0.18 | 0.27 | 0.07 | 19.69 | 0.63 | 0.8 |
| Hex | EC | C1 | AC | 0 | 12 | 1B | 7 | 14 | 3F | 50 |
| Octal | 354 | 301 | 254 | 0 | 22 | 33 | 7 | 24 | 77 | 120 |
| Binary | 11101100 | 11000001 | 10101100 | 0 | 10010 | 11011 | 111 | 10100 | 111111 | 1010000 |
Color Harmonies of #ECC1AC
Complementary color
Monochromatic Colors of #ECC1AC
Black with #ECC1AC
Text Example
Text Example
White with #ECC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1AC; }
p { color: rgb(236,193,172); }
H1.HeaderClassName
{
color: #ECC1AC;
}
.AnyTagClassName
{
color: #ECC1AC;
}
</style>
background-color css
<style>
a { background-color: #ECC1AC; }
a { background-color: rgb(236,193,172); }
div.DivClassName
{
background-color: #ECC1AC;
}
.BgClassName
{
background-color: #ECC1AC;
}
</style>
border-color css
<style>
span { border-color: #ECC1AC; }
span { border-color: rgb(236,193,172); }
td.TdClassName
{
border-color: #ECC1AC;
}
.TagClassName
{
border-color: #ECC1AC;
}
</style>