Shades of Zinnwaldite #ECC0B3
Tints of Zinnwaldite #ECC0B3
RGB
CMYK
RGB Variations
Color information
#ECC0B3 (or 0xECC0B3) is known color: Zinnwaldite. HEX triplet: EC, C0 and B3. RGB value is (236,192,179). Sum of RGB (Red+Green+Blue) = 236+192+179=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0B3 is #133F4C. Grayscale: #CBCBCB. Windows color (decimal): -1261389 or 11780332. OLE color: 11780332.
HSL color Cylindrical-coordinate representation of color #ECC0B3: hue angle of 13.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC0B3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 179 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.07 |
| HSL | 13.68º | 0.6% | 0.81% | - |
| HSV(B) | 13.68º | 0.24% | 0.93% | - |
| XYZ | 61.58 | 58.79 | 50.75 | - |
| YUV | 203.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 179 | 0 | 0.19 | 0.24 | 0.07 | 13.68 | 0.6 | 0.81 |
| Hex | EC | C0 | B3 | 0 | 13 | 18 | 7 | E | 3C | 51 |
| Octal | 354 | 300 | 263 | 0 | 23 | 30 | 7 | 16 | 74 | 121 |
| Binary | 11101100 | 11000000 | 10110011 | 0 | 10011 | 11000 | 111 | 1110 | 111100 | 1010001 |
Color Harmonies of #ECC0B3
Complementary color
Monochromatic Colors of #ECC0B3
Black with #ECC0B3
Text Example
Text Example
White with #ECC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0B3; }
p { color: rgb(236,192,179); }
H1.HeaderClassName
{
color: #ECC0B3;
}
.AnyTagClassName
{
color: #ECC0B3;
}
</style>
background-color css
<style>
a { background-color: #ECC0B3; }
a { background-color: rgb(236,192,179); }
div.DivClassName
{
background-color: #ECC0B3;
}
.BgClassName
{
background-color: #ECC0B3;
}
</style>
border-color css
<style>
span { border-color: #ECC0B3; }
span { border-color: rgb(236,192,179); }
td.TdClassName
{
border-color: #ECC0B3;
}
.TagClassName
{
border-color: #ECC0B3;
}
</style>