Shades of Zinnwaldite #ECC0B1
Tints of Zinnwaldite #ECC0B1
RGB
CMYK
RGB Variations
Color information
#ECC0B1 (or 0xECC0B1) is known color: Zinnwaldite. HEX triplet: EC, C0 and B1. RGB value is (236,192,177). Sum of RGB (Red+Green+Blue) = 236+192+177=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0B1 is #133F4E. Grayscale: #CBCBCB. Windows color (decimal): -1261391 or 11649260. OLE color: 11649260.
HSL color Cylindrical-coordinate representation of color #ECC0B1: hue angle of 15.25º 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 #ECC0B1 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 177 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 15.25º | 0.61% | 0.81% | - |
| HSV(B) | 15.25º | 0.25% | 0.93% | - |
| XYZ | 61.38 | 58.71 | 49.69 | - |
| YUV | 203.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 177 | 0 | 0.19 | 0.25 | 0.07 | 15.25 | 0.61 | 0.81 |
| Hex | EC | C0 | B1 | 0 | 13 | 19 | 7 | F | 3D | 51 |
| Octal | 354 | 300 | 261 | 0 | 23 | 31 | 7 | 17 | 75 | 121 |
| Binary | 11101100 | 11000000 | 10110001 | 0 | 10011 | 11001 | 111 | 1111 | 111101 | 1010001 |
Color Harmonies of #ECC0B1
Complementary color
Monochromatic Colors of #ECC0B1
Black with #ECC0B1
Text Example
Text Example
White with #ECC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0B1; }
p { color: rgb(236,192,177); }
H1.HeaderClassName
{
color: #ECC0B1;
}
.AnyTagClassName
{
color: #ECC0B1;
}
</style>
background-color css
<style>
a { background-color: #ECC0B1; }
a { background-color: rgb(236,192,177); }
div.DivClassName
{
background-color: #ECC0B1;
}
.BgClassName
{
background-color: #ECC0B1;
}
</style>
border-color css
<style>
span { border-color: #ECC0B1; }
span { border-color: rgb(236,192,177); }
td.TdClassName
{
border-color: #ECC0B1;
}
.TagClassName
{
border-color: #ECC0B1;
}
</style>