Shades of Pale Chestnut #E6AFB0
Tints of Pale Chestnut #E6AFB0
RGB
CMYK
RGB Variations
Color information
#E6AFB0 (or 0xE6AFB0) is known color: Pale Chestnut. HEX triplet: E6, AF and B0. RGB value is (230,175,176). Sum of RGB (Red+Green+Blue) = 230+175+176=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFB0 is #19504F. Grayscale: #BFBFBF. Windows color (decimal): -1658960 or 11579366. OLE color: 11579366.
HSL color Cylindrical-coordinate representation of color #E6AFB0: hue angle of 358.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFB0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 176 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.10 |
| HSL | 358.91º | 0.52% | 0.79% | - |
| HSV(B) | 358.91º | 0.24% | 0.9% | - |
| XYZ | 55.8 | 50.62 | 47.9 | - |
| YUV | 191.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 176 | 0 | 0.24 | 0.23 | 0.10 | 358.91 | 0.52 | 0.79 |
| Hex | E6 | AF | B0 | 0 | 18 | 17 | A | 167 | 34 | 4F |
| Octal | 346 | 257 | 260 | 0 | 30 | 27 | 12 | 547 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10110000 | 0 | 11000 | 10111 | 1010 | 101100111 | 110100 | 1001111 |
Color Harmonies of #E6AFB0
Complementary color
Monochromatic Colors of #E6AFB0
Black with #E6AFB0
Text Example
Text Example
White with #E6AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFB0; }
p { color: rgb(230,175,176); }
H1.HeaderClassName
{
color: #E6AFB0;
}
.AnyTagClassName
{
color: #E6AFB0;
}
</style>
background-color css
<style>
a { background-color: #E6AFB0; }
a { background-color: rgb(230,175,176); }
div.DivClassName
{
background-color: #E6AFB0;
}
.BgClassName
{
background-color: #E6AFB0;
}
</style>
border-color css
<style>
span { border-color: #E6AFB0; }
span { border-color: rgb(230,175,176); }
td.TdClassName
{
border-color: #E6AFB0;
}
.TagClassName
{
border-color: #E6AFB0;
}
</style>