Shades of Zinnwaldite #ECC2AC
Tints of Zinnwaldite #ECC2AC
RGB
CMYK
RGB Variations
Color information
#ECC2AC (or 0xECC2AC) is known color: Zinnwaldite. HEX triplet: EC, C2 and AC. RGB value is (236,194,172). Sum of RGB (Red+Green+Blue) = 236+194+172=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2AC is #133D53. Grayscale: #CCCCCC. Windows color (decimal): -1260884 or 11322092. OLE color: 11322092.
HSL color Cylindrical-coordinate representation of color #ECC2AC: hue angle of 20.62º 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 #ECC2AC is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 194 | 172 | - |
CMYK | 0 | 0.18 | 0.27 | 0.07 |
HSL | 20.63º | 0.63% | 0.8% | - |
HSV(B) | 20.63º | 0.27% | 0.93% | - |
XYZ | 61.33 | 59.4 | 47.26 | - |
YUV | 204.05 | 109.91 | 150.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 172 | 0 | 0.18 | 0.27 | 0.07 | 20.63 | 0.63 | 0.8 |
Hex | EC | C2 | AC | 0 | 12 | 1B | 7 | 15 | 3F | 50 |
Octal | 354 | 302 | 254 | 0 | 22 | 33 | 7 | 25 | 77 | 120 |
Binary | 11101100 | 11000010 | 10101100 | 0 | 10010 | 11011 | 111 | 10101 | 111111 | 1010000 |
Color Harmonies of #ECC2AC
Complementary color
Monochromatic Colors of #ECC2AC
Black with #ECC2AC
Text Example
Text Example
White with #ECC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2AC; }
p { color: rgb(236,194,172); }
H1.HeaderClassName
{
color: #ECC2AC;
}
.AnyTagClassName
{
color: #ECC2AC;
}
</style>
background-color css
<style>
a { background-color: #ECC2AC; }
a { background-color: rgb(236,194,172); }
div.DivClassName
{
background-color: #ECC2AC;
}
.BgClassName
{
background-color: #ECC2AC;
}
</style>
border-color css
<style>
span { border-color: #ECC2AC; }
span { border-color: rgb(236,194,172); }
td.TdClassName
{
border-color: #ECC2AC;
}
.TagClassName
{
border-color: #ECC2AC;
}
</style>