Shades of Zinnwaldite #ECC3AC
Tints of Zinnwaldite #ECC3AC
RGB
CMYK
RGB Variations
Color information
#ECC3AC (or 0xECC3AC) is known color: Zinnwaldite. HEX triplet: EC, C3 and AC. RGB value is (236,195,172). Sum of RGB (Red+Green+Blue) = 236+195+172=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AC is #133C53. Grayscale: #CCCCCC. Windows color (decimal): -1260628 or 11322348. OLE color: 11322348.
HSL color Cylindrical-coordinate representation of color #ECC3AC: hue angle of 21.56º 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 #ECC3AC is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 172 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.07 |
| HSL | 21.56º | 0.63% | 0.8% | - |
| HSV(B) | 21.56º | 0.27% | 0.93% | - |
| XYZ | 61.55 | 59.84 | 47.34 | - |
| YUV | 204.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 172 | 0 | 0.17 | 0.27 | 0.07 | 21.56 | 0.63 | 0.8 |
| Hex | EC | C3 | AC | 0 | 11 | 1B | 7 | 16 | 3F | 50 |
| Octal | 354 | 303 | 254 | 0 | 21 | 33 | 7 | 26 | 77 | 120 |
| Binary | 11101100 | 11000011 | 10101100 | 0 | 10001 | 11011 | 111 | 10110 | 111111 | 1010000 |
Color Harmonies of #ECC3AC
Complementary color
Monochromatic Colors of #ECC3AC
Black with #ECC3AC
Text Example
Text Example
White with #ECC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3AC; }
p { color: rgb(236,195,172); }
H1.HeaderClassName
{
color: #ECC3AC;
}
.AnyTagClassName
{
color: #ECC3AC;
}
</style>
background-color css
<style>
a { background-color: #ECC3AC; }
a { background-color: rgb(236,195,172); }
div.DivClassName
{
background-color: #ECC3AC;
}
.BgClassName
{
background-color: #ECC3AC;
}
</style>
border-color css
<style>
span { border-color: #ECC3AC; }
span { border-color: rgb(236,195,172); }
td.TdClassName
{
border-color: #ECC3AC;
}
.TagClassName
{
border-color: #ECC3AC;
}
</style>