Shades of Zinnwaldite #ECC3B0
Tints of Zinnwaldite #ECC3B0
RGB
CMYK
RGB Variations
Color information
#ECC3B0 (or 0xECC3B0) is known color: Zinnwaldite. HEX triplet: EC, C3 and B0. RGB value is (236,195,176). Sum of RGB (Red+Green+Blue) = 236+195+176=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3B0 is #133C4F. Grayscale: #CDCDCD. Windows color (decimal): -1260624 or 11584492. OLE color: 11584492.
HSL color Cylindrical-coordinate representation of color #ECC3B0: hue angle of 19º 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 #ECC3B0 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 176 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.07 |
| HSL | 19º | 0.61% | 0.81% | - |
| HSV(B) | 19º | 0.25% | 0.93% | - |
| XYZ | 61.94 | 60 | 49.39 | - |
| YUV | 205.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 176 | 0 | 0.17 | 0.25 | 0.07 | 19 | 0.61 | 0.81 |
| Hex | EC | C3 | B0 | 0 | 11 | 19 | 7 | 13 | 3D | 51 |
| Octal | 354 | 303 | 260 | 0 | 21 | 31 | 7 | 23 | 75 | 121 |
| Binary | 11101100 | 11000011 | 10110000 | 0 | 10001 | 11001 | 111 | 10011 | 111101 | 1010001 |
Color Harmonies of #ECC3B0
Complementary color
Monochromatic Colors of #ECC3B0
Black with #ECC3B0
Text Example
Text Example
White with #ECC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3B0; }
p { color: rgb(236,195,176); }
H1.HeaderClassName
{
color: #ECC3B0;
}
.AnyTagClassName
{
color: #ECC3B0;
}
</style>
background-color css
<style>
a { background-color: #ECC3B0; }
a { background-color: rgb(236,195,176); }
div.DivClassName
{
background-color: #ECC3B0;
}
.BgClassName
{
background-color: #ECC3B0;
}
</style>
border-color css
<style>
span { border-color: #ECC3B0; }
span { border-color: rgb(236,195,176); }
td.TdClassName
{
border-color: #ECC3B0;
}
.TagClassName
{
border-color: #ECC3B0;
}
</style>