Shades of Zinnwaldite #E6BBAB
Tints of Zinnwaldite #E6BBAB
RGB
CMYK
RGB Variations
Color information
#E6BBAB (or 0xE6BBAB) is known color: Zinnwaldite. HEX triplet: E6, BB and AB. RGB value is (230,187,171). Sum of RGB (Red+Green+Blue) = 230+187+171=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBAB is #194454. Grayscale: #C6C6C6. Windows color (decimal): -1655893 or 11254758. OLE color: 11254758.
HSL color Cylindrical-coordinate representation of color #E6BBAB: hue angle of 16.27º 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 #E6BBAB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 171 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.10 |
| HSL | 16.27º | 0.54% | 0.79% | - |
| HSV(B) | 16.27º | 0.26% | 0.9% | - |
| XYZ | 57.75 | 55.3 | 46.16 | - |
| YUV | 198.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 171 | 0 | 0.19 | 0.26 | 0.10 | 16.27 | 0.54 | 0.79 |
| Hex | E6 | BB | AB | 0 | 13 | 1A | A | 10 | 36 | 4F |
| Octal | 346 | 273 | 253 | 0 | 23 | 32 | 12 | 20 | 66 | 117 |
| Binary | 11100110 | 10111011 | 10101011 | 0 | 10011 | 11010 | 1010 | 10000 | 110110 | 1001111 |
Color Harmonies of #E6BBAB
Complementary color
Monochromatic Colors of #E6BBAB
Black with #E6BBAB
Text Example
Text Example
White with #E6BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBAB; }
p { color: rgb(230,187,171); }
H1.HeaderClassName
{
color: #E6BBAB;
}
.AnyTagClassName
{
color: #E6BBAB;
}
</style>
background-color css
<style>
a { background-color: #E6BBAB; }
a { background-color: rgb(230,187,171); }
div.DivClassName
{
background-color: #E6BBAB;
}
.BgClassName
{
background-color: #E6BBAB;
}
</style>
border-color css
<style>
span { border-color: #E6BBAB; }
span { border-color: rgb(230,187,171); }
td.TdClassName
{
border-color: #E6BBAB;
}
.TagClassName
{
border-color: #E6BBAB;
}
</style>