Shades of Zinnwaldite #ECC0B0
Tints of Zinnwaldite #ECC0B0
RGB
CMYK
RGB Variations
Color information
#ECC0B0 (or 0xECC0B0) is known color: Zinnwaldite. HEX triplet: EC, C0 and B0. RGB value is (236,192,176). Sum of RGB (Red+Green+Blue) = 236+192+176=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0B0 is #133F4F. Grayscale: #CBCBCB. Windows color (decimal): -1261392 or 11583724. OLE color: 11583724.
HSL color Cylindrical-coordinate representation of color #ECC0B0: hue angle of 16º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC0B0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 176 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 16º | 0.61% | 0.81% | - |
| HSV(B) | 16º | 0.25% | 0.93% | - |
| XYZ | 61.28 | 58.67 | 49.17 | - |
| YUV | 203.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 176 | 0 | 0.19 | 0.25 | 0.07 | 16 | 0.61 | 0.81 |
| Hex | EC | C0 | B0 | 0 | 13 | 19 | 7 | 10 | 3D | 51 |
| Octal | 354 | 300 | 260 | 0 | 23 | 31 | 7 | 20 | 75 | 121 |
| Binary | 11101100 | 11000000 | 10110000 | 0 | 10011 | 11001 | 111 | 10000 | 111101 | 1010001 |
Color Harmonies of #ECC0B0
Complementary color
Monochromatic Colors of #ECC0B0
Black with #ECC0B0
Text Example
Text Example
White with #ECC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0B0; }
p { color: rgb(236,192,176); }
H1.HeaderClassName
{
color: #ECC0B0;
}
.AnyTagClassName
{
color: #ECC0B0;
}
</style>
background-color css
<style>
a { background-color: #ECC0B0; }
a { background-color: rgb(236,192,176); }
div.DivClassName
{
background-color: #ECC0B0;
}
.BgClassName
{
background-color: #ECC0B0;
}
</style>
border-color css
<style>
span { border-color: #ECC0B0; }
span { border-color: rgb(236,192,176); }
td.TdClassName
{
border-color: #ECC0B0;
}
.TagClassName
{
border-color: #ECC0B0;
}
</style>