Shades of Zinnwaldite #E6BFAB
Tints of Zinnwaldite #E6BFAB
RGB
CMYK
RGB Variations
Color information
#E6BFAB (or 0xE6BFAB) is known color: Zinnwaldite. HEX triplet: E6, BF and AB. RGB value is (230,191,171). Sum of RGB (Red+Green+Blue) = 230+191+171=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAB is #194054. Grayscale: #C8C8C8. Windows color (decimal): -1654869 or 11255782. OLE color: 11255782.
HSL color Cylindrical-coordinate representation of color #E6BFAB: hue angle of 20.34º 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 #E6BFAB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 171 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.10 |
| HSL | 20.34º | 0.54% | 0.79% | - |
| HSV(B) | 20.34º | 0.26% | 0.9% | - |
| XYZ | 58.61 | 57.02 | 46.45 | - |
| YUV | 200.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 171 | 0 | 0.17 | 0.26 | 0.10 | 20.34 | 0.54 | 0.79 |
| Hex | E6 | BF | AB | 0 | 11 | 1A | A | 14 | 36 | 4F |
| Octal | 346 | 277 | 253 | 0 | 21 | 32 | 12 | 24 | 66 | 117 |
| Binary | 11100110 | 10111111 | 10101011 | 0 | 10001 | 11010 | 1010 | 10100 | 110110 | 1001111 |
Color Harmonies of #E6BFAB
Complementary color
Monochromatic Colors of #E6BFAB
Black with #E6BFAB
Text Example
Text Example
White with #E6BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFAB; }
p { color: rgb(230,191,171); }
H1.HeaderClassName
{
color: #E6BFAB;
}
.AnyTagClassName
{
color: #E6BFAB;
}
</style>
background-color css
<style>
a { background-color: #E6BFAB; }
a { background-color: rgb(230,191,171); }
div.DivClassName
{
background-color: #E6BFAB;
}
.BgClassName
{
background-color: #E6BFAB;
}
</style>
border-color css
<style>
span { border-color: #E6BFAB; }
span { border-color: rgb(230,191,171); }
td.TdClassName
{
border-color: #E6BFAB;
}
.TagClassName
{
border-color: #E6BFAB;
}
</style>