Shades of Zinnwaldite #E9C1AB
Tints of Zinnwaldite #E9C1AB
RGB
CMYK
RGB Variations
Color information
#E9C1AB (or 0xE9C1AB) is known color: Zinnwaldite. HEX triplet: E9, C1 and AB. RGB value is (233,193,171). Sum of RGB (Red+Green+Blue) = 233+193+171=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C1AB is #163E54. Grayscale: #CACACA. Windows color (decimal): -1457749 or 11256297. OLE color: 11256297.
HSL color Cylindrical-coordinate representation of color #E9C1AB: hue angle of 21.29º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9C1AB is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 193 | 171 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.09 |
| HSL | 21.29º | 0.58% | 0.79% | - |
| HSV(B) | 21.29º | 0.27% | 0.91% | - |
| XYZ | 60.02 | 58.4 | 46.64 | - |
| YUV | 202.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 193 | 171 | 0 | 0.17 | 0.27 | 0.09 | 21.29 | 0.58 | 0.79 |
| Hex | E9 | C1 | AB | 0 | 11 | 1B | 9 | 15 | 3A | 4F |
| Octal | 351 | 301 | 253 | 0 | 21 | 33 | 11 | 25 | 72 | 117 |
| Binary | 11101001 | 11000001 | 10101011 | 0 | 10001 | 11011 | 1001 | 10101 | 111010 | 1001111 |
Color Harmonies of #E9C1AB
Complementary color
Monochromatic Colors of #E9C1AB
Black with #E9C1AB
Text Example
Text Example
White with #E9C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C1AB; }
p { color: rgb(233,193,171); }
H1.HeaderClassName
{
color: #E9C1AB;
}
.AnyTagClassName
{
color: #E9C1AB;
}
</style>
background-color css
<style>
a { background-color: #E9C1AB; }
a { background-color: rgb(233,193,171); }
div.DivClassName
{
background-color: #E9C1AB;
}
.BgClassName
{
background-color: #E9C1AB;
}
</style>
border-color css
<style>
span { border-color: #E9C1AB; }
span { border-color: rgb(233,193,171); }
td.TdClassName
{
border-color: #E9C1AB;
}
.TagClassName
{
border-color: #E9C1AB;
}
</style>