Shades of Zinnwaldite #E8C4B2
Tints of Zinnwaldite #E8C4B2
RGB
CMYK
RGB Variations
Color information
#E8C4B2 (or 0xE8C4B2) is known color: Zinnwaldite. HEX triplet: E8, C4 and B2. RGB value is (232,196,178). Sum of RGB (Red+Green+Blue) = 232+196+178=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C4B2 is #173B4D. Grayscale: #CCCCCC. Windows color (decimal): -1522510 or 11715816. OLE color: 11715816.
HSL color Cylindrical-coordinate representation of color #E8C4B2: hue angle of 20º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8C4B2 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 178 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.09 |
| HSL | 20º | 0.54% | 0.8% | - |
| HSV(B) | 20º | 0.23% | 0.91% | - |
| XYZ | 61.05 | 59.85 | 50.45 | - |
| YUV | 204.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 178 | 0 | 0.16 | 0.23 | 0.09 | 20 | 0.54 | 0.8 |
| Hex | E8 | C4 | B2 | 0 | 10 | 17 | 9 | 14 | 36 | 50 |
| Octal | 350 | 304 | 262 | 0 | 20 | 27 | 11 | 24 | 66 | 120 |
| Binary | 11101000 | 11000100 | 10110010 | 0 | 10000 | 10111 | 1001 | 10100 | 110110 | 1010000 |
Color Harmonies of #E8C4B2
Complementary color
Monochromatic Colors of #E8C4B2
Black with #E8C4B2
Text Example
Text Example
White with #E8C4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C4B2; }
p { color: rgb(232,196,178); }
H1.HeaderClassName
{
color: #E8C4B2;
}
.AnyTagClassName
{
color: #E8C4B2;
}
</style>
background-color css
<style>
a { background-color: #E8C4B2; }
a { background-color: rgb(232,196,178); }
div.DivClassName
{
background-color: #E8C4B2;
}
.BgClassName
{
background-color: #E8C4B2;
}
</style>
border-color css
<style>
span { border-color: #E8C4B2; }
span { border-color: rgb(232,196,178); }
td.TdClassName
{
border-color: #E8C4B2;
}
.TagClassName
{
border-color: #E8C4B2;
}
</style>