Shades of Pale Chestnut #ECA8AF
Tints of Pale Chestnut #ECA8AF
RGB
CMYK
RGB Variations
Color information
#ECA8AF (or 0xECA8AF) is known color: Pale Chestnut. HEX triplet: EC, A8 and AF. RGB value is (236,168,175). Sum of RGB (Red+Green+Blue) = 236+168+175=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA8AF is #135750. Grayscale: #BDBDBD. Windows color (decimal): -1267537 or 11512044. OLE color: 11512044.
HSL color Cylindrical-coordinate representation of color #ECA8AF: hue angle of 353.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8AF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 175 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 353.82º | 0.64% | 0.79% | - |
| HSV(B) | 353.82º | 0.29% | 0.93% | - |
| XYZ | 56.33 | 48.93 | 47.03 | - |
| YUV | 189.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 175 | 0 | 0.29 | 0.26 | 0.07 | 353.82 | 0.64 | 0.79 |
| Hex | EC | A8 | AF | 0 | 1D | 1A | 7 | 162 | 40 | 4F |
| Octal | 354 | 250 | 257 | 0 | 35 | 32 | 7 | 542 | 100 | 117 |
| Binary | 11101100 | 10101000 | 10101111 | 0 | 11101 | 11010 | 111 | 101100010 | 1000000 | 1001111 |
Color Harmonies of #ECA8AF
Complementary color
Monochromatic Colors of #ECA8AF
Black with #ECA8AF
Text Example
Text Example
White with #ECA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8AF; }
p { color: rgb(236,168,175); }
H1.HeaderClassName
{
color: #ECA8AF;
}
.AnyTagClassName
{
color: #ECA8AF;
}
</style>
background-color css
<style>
a { background-color: #ECA8AF; }
a { background-color: rgb(236,168,175); }
div.DivClassName
{
background-color: #ECA8AF;
}
.BgClassName
{
background-color: #ECA8AF;
}
</style>
border-color css
<style>
span { border-color: #ECA8AF; }
span { border-color: rgb(236,168,175); }
td.TdClassName
{
border-color: #ECA8AF;
}
.TagClassName
{
border-color: #ECA8AF;
}
</style>