Shades of Zinnwaldite #ECC2B1
Tints of Zinnwaldite #ECC2B1
RGB
CMYK
RGB Variations
Color information
#ECC2B1 (or 0xECC2B1) is known color: Zinnwaldite. HEX triplet: EC, C2 and B1. RGB value is (236,194,177). Sum of RGB (Red+Green+Blue) = 236+194+177=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2B1 is #133D4E. Grayscale: #CCCCCC. Windows color (decimal): -1260879 or 11649772. OLE color: 11649772.
HSL color Cylindrical-coordinate representation of color #ECC2B1: hue angle of 17.29º 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 #ECC2B1 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 177 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.07 |
| HSL | 17.29º | 0.61% | 0.81% | - |
| HSV(B) | 17.29º | 0.25% | 0.93% | - |
| XYZ | 61.82 | 59.59 | 49.84 | - |
| YUV | 204.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 177 | 0 | 0.18 | 0.25 | 0.07 | 17.29 | 0.61 | 0.81 |
| Hex | EC | C2 | B1 | 0 | 12 | 19 | 7 | 11 | 3D | 51 |
| Octal | 354 | 302 | 261 | 0 | 22 | 31 | 7 | 21 | 75 | 121 |
| Binary | 11101100 | 11000010 | 10110001 | 0 | 10010 | 11001 | 111 | 10001 | 111101 | 1010001 |
Color Harmonies of #ECC2B1
Complementary color
Monochromatic Colors of #ECC2B1
Black with #ECC2B1
Text Example
Text Example
White with #ECC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2B1; }
p { color: rgb(236,194,177); }
H1.HeaderClassName
{
color: #ECC2B1;
}
.AnyTagClassName
{
color: #ECC2B1;
}
</style>
background-color css
<style>
a { background-color: #ECC2B1; }
a { background-color: rgb(236,194,177); }
div.DivClassName
{
background-color: #ECC2B1;
}
.BgClassName
{
background-color: #ECC2B1;
}
</style>
border-color css
<style>
span { border-color: #ECC2B1; }
span { border-color: rgb(236,194,177); }
td.TdClassName
{
border-color: #ECC2B1;
}
.TagClassName
{
border-color: #ECC2B1;
}
</style>