Shades of Pale Chestnut #E6ABB0
Tints of Pale Chestnut #E6ABB0
RGB
CMYK
RGB Variations
Color information
#E6ABB0 (or 0xE6ABB0) is known color: Pale Chestnut. HEX triplet: E6, AB and B0. RGB value is (230,171,176). Sum of RGB (Red+Green+Blue) = 230+171+176=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABB0 is #19544F. Grayscale: #BDBDBD. Windows color (decimal): -1659984 or 11578342. OLE color: 11578342.
HSL color Cylindrical-coordinate representation of color #E6ABB0: hue angle of 354.92º 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 #E6ABB0 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 176 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.10 |
| HSL | 354.92º | 0.54% | 0.79% | - |
| HSV(B) | 354.92º | 0.26% | 0.9% | - |
| XYZ | 55.03 | 49.08 | 47.65 | - |
| YUV | 189.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 176 | 0 | 0.26 | 0.23 | 0.10 | 354.92 | 0.54 | 0.79 |
| Hex | E6 | AB | B0 | 0 | 1A | 17 | A | 163 | 36 | 4F |
| Octal | 346 | 253 | 260 | 0 | 32 | 27 | 12 | 543 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10110000 | 0 | 11010 | 10111 | 1010 | 101100011 | 110110 | 1001111 |
Color Harmonies of #E6ABB0
Complementary color
Monochromatic Colors of #E6ABB0
Black with #E6ABB0
Text Example
Text Example
White with #E6ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB0; }
p { color: rgb(230,171,176); }
H1.HeaderClassName
{
color: #E6ABB0;
}
.AnyTagClassName
{
color: #E6ABB0;
}
</style>
background-color css
<style>
a { background-color: #E6ABB0; }
a { background-color: rgb(230,171,176); }
div.DivClassName
{
background-color: #E6ABB0;
}
.BgClassName
{
background-color: #E6ABB0;
}
</style>
border-color css
<style>
span { border-color: #E6ABB0; }
span { border-color: rgb(230,171,176); }
td.TdClassName
{
border-color: #E6ABB0;
}
.TagClassName
{
border-color: #E6ABB0;
}
</style>