Shades of Zinnwaldite #E6C2AC
Tints of Zinnwaldite #E6C2AC
RGB
CMYK
RGB Variations
Color information
#E6C2AC (or 0xE6C2AC) is known color: Zinnwaldite. HEX triplet: E6, C2 and AC. RGB value is (230,194,172). Sum of RGB (Red+Green+Blue) = 230+194+172=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C2AC is #193D53. Grayscale: #CACACA. Windows color (decimal): -1654100 or 11322086. OLE color: 11322086.
HSL color Cylindrical-coordinate representation of color #E6C2AC: hue angle of 22.76º 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 #E6C2AC is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 194 | 172 | - |
CMYK | 0 | 0.16 | 0.25 | 0.10 |
HSL | 22.76º | 0.54% | 0.79% | - |
HSV(B) | 22.76º | 0.25% | 0.9% | - |
XYZ | 59.37 | 58.39 | 47.17 | - |
YUV | 202.26 | 110.93 | 147.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 194 | 172 | 0 | 0.16 | 0.25 | 0.10 | 22.76 | 0.54 | 0.79 |
Hex | E6 | C2 | AC | 0 | 10 | 19 | A | 17 | 36 | 4F |
Octal | 346 | 302 | 254 | 0 | 20 | 31 | 12 | 27 | 66 | 117 |
Binary | 11100110 | 11000010 | 10101100 | 0 | 10000 | 11001 | 1010 | 10111 | 110110 | 1001111 |
Color Harmonies of #E6C2AC
Complementary color
Monochromatic Colors of #E6C2AC
Black with #E6C2AC
Text Example
Text Example
White with #E6C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2AC; }
p { color: rgb(230,194,172); }
H1.HeaderClassName
{
color: #E6C2AC;
}
.AnyTagClassName
{
color: #E6C2AC;
}
</style>
background-color css
<style>
a { background-color: #E6C2AC; }
a { background-color: rgb(230,194,172); }
div.DivClassName
{
background-color: #E6C2AC;
}
.BgClassName
{
background-color: #E6C2AC;
}
</style>
border-color css
<style>
span { border-color: #E6C2AC; }
span { border-color: rgb(230,194,172); }
td.TdClassName
{
border-color: #E6C2AC;
}
.TagClassName
{
border-color: #E6C2AC;
}
</style>