Shades of Zinnwaldite #E6C1AC
Tints of Zinnwaldite #E6C1AC
RGB
CMYK
RGB Variations
Color information
#E6C1AC (or 0xE6C1AC) is known color: Zinnwaldite. HEX triplet: E6, C1 and AC. RGB value is (230,193,172). Sum of RGB (Red+Green+Blue) = 230+193+172=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C1AC is #193E53. Grayscale: #C9C9C9. Windows color (decimal): -1654356 or 11321830. OLE color: 11321830.
HSL color Cylindrical-coordinate representation of color #E6C1AC: hue angle of 21.72º 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 #E6C1AC is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 172 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.10 |
| HSL | 21.72º | 0.54% | 0.79% | - |
| HSV(B) | 21.72º | 0.25% | 0.9% | - |
| XYZ | 59.15 | 57.94 | 47.1 | - |
| YUV | 201.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 172 | 0 | 0.16 | 0.25 | 0.10 | 21.72 | 0.54 | 0.79 |
| Hex | E6 | C1 | AC | 0 | 10 | 19 | A | 16 | 36 | 4F |
| Octal | 346 | 301 | 254 | 0 | 20 | 31 | 12 | 26 | 66 | 117 |
| Binary | 11100110 | 11000001 | 10101100 | 0 | 10000 | 11001 | 1010 | 10110 | 110110 | 1001111 |
Color Harmonies of #E6C1AC
Complementary color
Monochromatic Colors of #E6C1AC
Black with #E6C1AC
Text Example
Text Example
White with #E6C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1AC; }
p { color: rgb(230,193,172); }
H1.HeaderClassName
{
color: #E6C1AC;
}
.AnyTagClassName
{
color: #E6C1AC;
}
</style>
background-color css
<style>
a { background-color: #E6C1AC; }
a { background-color: rgb(230,193,172); }
div.DivClassName
{
background-color: #E6C1AC;
}
.BgClassName
{
background-color: #E6C1AC;
}
</style>
border-color css
<style>
span { border-color: #E6C1AC; }
span { border-color: rgb(230,193,172); }
td.TdClassName
{
border-color: #E6C1AC;
}
.TagClassName
{
border-color: #E6C1AC;
}
</style>