Shades of Zinnwaldite #E8C3AC
Tints of Zinnwaldite #E8C3AC
RGB
CMYK
RGB Variations
Color information
#E8C3AC (or 0xE8C3AC) is known color: Zinnwaldite. HEX triplet: E8, C3 and AC. RGB value is (232,195,172). Sum of RGB (Red+Green+Blue) = 232+195+172=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C3AC is #173C53. Grayscale: #CBCBCB. Windows color (decimal): -1522772 or 11322344. OLE color: 11322344.
HSL color Cylindrical-coordinate representation of color #E8C3AC: hue angle of 23º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8C3AC is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 172 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.09 |
| HSL | 23º | 0.57% | 0.79% | - |
| HSV(B) | 23º | 0.26% | 0.91% | - |
| XYZ | 60.24 | 59.16 | 47.27 | - |
| YUV | 203.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 172 | 0 | 0.16 | 0.26 | 0.09 | 23 | 0.57 | 0.79 |
| Hex | E8 | C3 | AC | 0 | 10 | 1A | 9 | 17 | 39 | 4F |
| Octal | 350 | 303 | 254 | 0 | 20 | 32 | 11 | 27 | 71 | 117 |
| Binary | 11101000 | 11000011 | 10101100 | 0 | 10000 | 11010 | 1001 | 10111 | 111001 | 1001111 |
Color Harmonies of #E8C3AC
Complementary color
Monochromatic Colors of #E8C3AC
Black with #E8C3AC
Text Example
Text Example
White with #E8C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C3AC; }
p { color: rgb(232,195,172); }
H1.HeaderClassName
{
color: #E8C3AC;
}
.AnyTagClassName
{
color: #E8C3AC;
}
</style>
background-color css
<style>
a { background-color: #E8C3AC; }
a { background-color: rgb(232,195,172); }
div.DivClassName
{
background-color: #E8C3AC;
}
.BgClassName
{
background-color: #E8C3AC;
}
</style>
border-color css
<style>
span { border-color: #E8C3AC; }
span { border-color: rgb(232,195,172); }
td.TdClassName
{
border-color: #E8C3AC;
}
.TagClassName
{
border-color: #E8C3AC;
}
</style>