Shades of Zinnwaldite #ECC1B1
Tints of Zinnwaldite #ECC1B1
RGB
CMYK
RGB Variations
Color information
#ECC1B1 (or 0xECC1B1) is known color: Zinnwaldite. HEX triplet: EC, C1 and B1. RGB value is (236,193,177). Sum of RGB (Red+Green+Blue) = 236+193+177=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1B1 is #133E4E. Grayscale: #CCCCCC. Windows color (decimal): -1261135 or 11649516. OLE color: 11649516.
HSL color Cylindrical-coordinate representation of color #ECC1B1: hue angle of 16.27º 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 #ECC1B1 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 177 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.07 |
| HSL | 16.27º | 0.61% | 0.81% | - |
| HSV(B) | 16.27º | 0.25% | 0.93% | - |
| XYZ | 61.6 | 59.15 | 49.76 | - |
| YUV | 204.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 177 | 0 | 0.18 | 0.25 | 0.07 | 16.27 | 0.61 | 0.81 |
| Hex | EC | C1 | B1 | 0 | 12 | 19 | 7 | 10 | 3D | 51 |
| Octal | 354 | 301 | 261 | 0 | 22 | 31 | 7 | 20 | 75 | 121 |
| Binary | 11101100 | 11000001 | 10110001 | 0 | 10010 | 11001 | 111 | 10000 | 111101 | 1010001 |
Color Harmonies of #ECC1B1
Complementary color
Monochromatic Colors of #ECC1B1
Black with #ECC1B1
Text Example
Text Example
White with #ECC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1B1; }
p { color: rgb(236,193,177); }
H1.HeaderClassName
{
color: #ECC1B1;
}
.AnyTagClassName
{
color: #ECC1B1;
}
</style>
background-color css
<style>
a { background-color: #ECC1B1; }
a { background-color: rgb(236,193,177); }
div.DivClassName
{
background-color: #ECC1B1;
}
.BgClassName
{
background-color: #ECC1B1;
}
</style>
border-color css
<style>
span { border-color: #ECC1B1; }
span { border-color: rgb(236,193,177); }
td.TdClassName
{
border-color: #ECC1B1;
}
.TagClassName
{
border-color: #ECC1B1;
}
</style>