Shades of Zinnwaldite #E6BCAB
Tints of Zinnwaldite #E6BCAB
RGB
CMYK
RGB Variations
Color information
#E6BCAB (or 0xE6BCAB) is known color: Zinnwaldite. HEX triplet: E6, BC and AB. RGB value is (230,188,171). Sum of RGB (Red+Green+Blue) = 230+188+171=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCAB is #194354. Grayscale: #C6C6C6. Windows color (decimal): -1655637 or 11255014. OLE color: 11255014.
HSL color Cylindrical-coordinate representation of color #E6BCAB: hue angle of 17.29º 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 #E6BCAB is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 171 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.10 |
| HSL | 17.29º | 0.54% | 0.79% | - |
| HSV(B) | 17.29º | 0.26% | 0.9% | - |
| XYZ | 57.97 | 55.73 | 46.23 | - |
| YUV | 198.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 171 | 0 | 0.18 | 0.26 | 0.10 | 17.29 | 0.54 | 0.79 |
| Hex | E6 | BC | AB | 0 | 12 | 1A | A | 11 | 36 | 4F |
| Octal | 346 | 274 | 253 | 0 | 22 | 32 | 12 | 21 | 66 | 117 |
| Binary | 11100110 | 10111100 | 10101011 | 0 | 10010 | 11010 | 1010 | 10001 | 110110 | 1001111 |
Color Harmonies of #E6BCAB
Complementary color
Monochromatic Colors of #E6BCAB
Black with #E6BCAB
Text Example
Text Example
White with #E6BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCAB; }
p { color: rgb(230,188,171); }
H1.HeaderClassName
{
color: #E6BCAB;
}
.AnyTagClassName
{
color: #E6BCAB;
}
</style>
background-color css
<style>
a { background-color: #E6BCAB; }
a { background-color: rgb(230,188,171); }
div.DivClassName
{
background-color: #E6BCAB;
}
.BgClassName
{
background-color: #E6BCAB;
}
</style>
border-color css
<style>
span { border-color: #E6BCAB; }
span { border-color: rgb(230,188,171); }
td.TdClassName
{
border-color: #E6BCAB;
}
.TagClassName
{
border-color: #E6BCAB;
}
</style>