Shades of Zinnwaldite #E6C0AB
Tints of Zinnwaldite #E6C0AB
RGB
CMYK
RGB Variations
Color information
#E6C0AB (or 0xE6C0AB) is known color: Zinnwaldite. HEX triplet: E6, C0 and AB. RGB value is (230,192,171). Sum of RGB (Red+Green+Blue) = 230+192+171=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0AB is #193F54. Grayscale: #C9C9C9. Windows color (decimal): -1654613 or 11256038. OLE color: 11256038.
HSL color Cylindrical-coordinate representation of color #E6C0AB: hue angle of 21.36º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6C0AB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 171 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.10 |
| HSL | 21.36º | 0.54% | 0.79% | - |
| HSV(B) | 21.36º | 0.26% | 0.9% | - |
| XYZ | 58.83 | 57.46 | 46.52 | - |
| YUV | 200.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 171 | 0 | 0.17 | 0.26 | 0.10 | 21.36 | 0.54 | 0.79 |
| Hex | E6 | C0 | AB | 0 | 11 | 1A | A | 15 | 36 | 4F |
| Octal | 346 | 300 | 253 | 0 | 21 | 32 | 12 | 25 | 66 | 117 |
| Binary | 11100110 | 11000000 | 10101011 | 0 | 10001 | 11010 | 1010 | 10101 | 110110 | 1001111 |
Color Harmonies of #E6C0AB
Complementary color
Monochromatic Colors of #E6C0AB
Black with #E6C0AB
Text Example
Text Example
White with #E6C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0AB; }
p { color: rgb(230,192,171); }
H1.HeaderClassName
{
color: #E6C0AB;
}
.AnyTagClassName
{
color: #E6C0AB;
}
</style>
background-color css
<style>
a { background-color: #E6C0AB; }
a { background-color: rgb(230,192,171); }
div.DivClassName
{
background-color: #E6C0AB;
}
.BgClassName
{
background-color: #E6C0AB;
}
</style>
border-color css
<style>
span { border-color: #E6C0AB; }
span { border-color: rgb(230,192,171); }
td.TdClassName
{
border-color: #E6C0AB;
}
.TagClassName
{
border-color: #E6C0AB;
}
</style>