Shades of Zinnwaldite #E3BCAC
Tints of Zinnwaldite #E3BCAC
RGB
CMYK
RGB Variations
Color information
#E3BCAC (or 0xE3BCAC) is known color: Zinnwaldite. HEX triplet: E3, BC and AC. RGB value is (227,188,172). Sum of RGB (Red+Green+Blue) = 227+188+172=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BCAC is #1C4353. Grayscale: #C5C5C5. Windows color (decimal): -1852244 or 11320547. OLE color: 11320547.
HSL color Cylindrical-coordinate representation of color #E3BCAC: hue angle of 17.45º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3BCAC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 172 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.11 |
| HSL | 17.45º | 0.5% | 0.78% | - |
| HSV(B) | 17.45º | 0.24% | 0.89% | - |
| XYZ | 57.11 | 55.28 | 46.69 | - |
| YUV | 197.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 172 | 0 | 0.17 | 0.24 | 0.11 | 17.45 | 0.5 | 0.78 |
| Hex | E3 | BC | AC | 0 | 11 | 18 | B | 11 | 32 | 4E |
| Octal | 343 | 274 | 254 | 0 | 21 | 30 | 13 | 21 | 62 | 116 |
| Binary | 11100011 | 10111100 | 10101100 | 0 | 10001 | 11000 | 1011 | 10001 | 110010 | 1001110 |
Color Harmonies of #E3BCAC
Complementary color
Monochromatic Colors of #E3BCAC
Black with #E3BCAC
Text Example
Text Example
White with #E3BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCAC; }
p { color: rgb(227,188,172); }
H1.HeaderClassName
{
color: #E3BCAC;
}
.AnyTagClassName
{
color: #E3BCAC;
}
</style>
background-color css
<style>
a { background-color: #E3BCAC; }
a { background-color: rgb(227,188,172); }
div.DivClassName
{
background-color: #E3BCAC;
}
.BgClassName
{
background-color: #E3BCAC;
}
</style>
border-color css
<style>
span { border-color: #E3BCAC; }
span { border-color: rgb(227,188,172); }
td.TdClassName
{
border-color: #E3BCAC;
}
.TagClassName
{
border-color: #E3BCAC;
}
</style>