Shades of Zinnwaldite #E6C0AC
Tints of Zinnwaldite #E6C0AC
RGB
CMYK
RGB Variations
Color information
#E6C0AC (or 0xE6C0AC) is known color: Zinnwaldite. HEX triplet: E6, C0 and AC. RGB value is (230,192,172). Sum of RGB (Red+Green+Blue) = 230+192+172=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0AC is #193F53. Grayscale: #C9C9C9. Windows color (decimal): -1654612 or 11321574. OLE color: 11321574.
HSL color Cylindrical-coordinate representation of color #E6C0AC: hue angle of 20.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6C0AC is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 172 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.10 |
| HSL | 20.69º | 0.54% | 0.79% | - |
| HSV(B) | 20.69º | 0.25% | 0.9% | - |
| XYZ | 58.93 | 57.5 | 47.02 | - |
| YUV | 201.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 172 | 0 | 0.17 | 0.25 | 0.10 | 20.69 | 0.54 | 0.79 |
| Hex | E6 | C0 | AC | 0 | 11 | 19 | A | 15 | 36 | 4F |
| Octal | 346 | 300 | 254 | 0 | 21 | 31 | 12 | 25 | 66 | 117 |
| Binary | 11100110 | 11000000 | 10101100 | 0 | 10001 | 11001 | 1010 | 10101 | 110110 | 1001111 |
Color Harmonies of #E6C0AC
Complementary color
Monochromatic Colors of #E6C0AC
Black with #E6C0AC
Text Example
Text Example
White with #E6C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0AC; }
p { color: rgb(230,192,172); }
H1.HeaderClassName
{
color: #E6C0AC;
}
.AnyTagClassName
{
color: #E6C0AC;
}
</style>
background-color css
<style>
a { background-color: #E6C0AC; }
a { background-color: rgb(230,192,172); }
div.DivClassName
{
background-color: #E6C0AC;
}
.BgClassName
{
background-color: #E6C0AC;
}
</style>
border-color css
<style>
span { border-color: #E6C0AC; }
span { border-color: rgb(230,192,172); }
td.TdClassName
{
border-color: #E6C0AC;
}
.TagClassName
{
border-color: #E6C0AC;
}
</style>