Shades of Pale Chestnut #E6ABAE
Tints of Pale Chestnut #E6ABAE
RGB
CMYK
RGB Variations
Color information
#E6ABAE (or 0xE6ABAE) is known color: Pale Chestnut. HEX triplet: E6, AB and AE. RGB value is (230,171,174). Sum of RGB (Red+Green+Blue) = 230+171+174=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABAE is #195451. Grayscale: #BDBDBD. Windows color (decimal): -1659986 or 11447270. OLE color: 11447270.
HSL color Cylindrical-coordinate representation of color #E6ABAE: hue angle of 356.95º 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 #E6ABAE is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 174 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.10 |
| HSL | 356.95º | 0.54% | 0.79% | - |
| HSV(B) | 356.95º | 0.26% | 0.9% | - |
| XYZ | 54.84 | 49 | 46.61 | - |
| YUV | 188.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 174 | 0 | 0.26 | 0.24 | 0.10 | 356.95 | 0.54 | 0.79 |
| Hex | E6 | AB | AE | 0 | 1A | 18 | A | 165 | 36 | 4F |
| Octal | 346 | 253 | 256 | 0 | 32 | 30 | 12 | 545 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10101110 | 0 | 11010 | 11000 | 1010 | 101100101 | 110110 | 1001111 |
Color Harmonies of #E6ABAE
Complementary color
Monochromatic Colors of #E6ABAE
Black with #E6ABAE
Text Example
Text Example
White with #E6ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABAE; }
p { color: rgb(230,171,174); }
H1.HeaderClassName
{
color: #E6ABAE;
}
.AnyTagClassName
{
color: #E6ABAE;
}
</style>
background-color css
<style>
a { background-color: #E6ABAE; }
a { background-color: rgb(230,171,174); }
div.DivClassName
{
background-color: #E6ABAE;
}
.BgClassName
{
background-color: #E6ABAE;
}
</style>
border-color css
<style>
span { border-color: #E6ABAE; }
span { border-color: rgb(230,171,174); }
td.TdClassName
{
border-color: #E6ABAE;
}
.TagClassName
{
border-color: #E6ABAE;
}
</style>