Shades of Pale Chestnut #ECABAC
Tints of Pale Chestnut #ECABAC
RGB
CMYK
RGB Variations
Color information
#ECABAC (or 0xECABAC) is known color: Pale Chestnut. HEX triplet: EC, AB and AC. RGB value is (236,171,172). Sum of RGB (Red+Green+Blue) = 236+171+172=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECABAC is #135453. Grayscale: #BEBEBE. Windows color (decimal): -1266772 or 11316204. OLE color: 11316204.
HSL color Cylindrical-coordinate representation of color #ECABAC: hue angle of 359.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABAC is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 172 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.07 |
| HSL | 359.08º | 0.63% | 0.8% | - |
| HSV(B) | 359.08º | 0.28% | 0.93% | - |
| XYZ | 56.6 | 49.94 | 45.69 | - |
| YUV | 190.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 172 | 0 | 0.28 | 0.27 | 0.07 | 359.08 | 0.63 | 0.8 |
| Hex | EC | AB | AC | 0 | 1C | 1B | 7 | 167 | 3F | 50 |
| Octal | 354 | 253 | 254 | 0 | 34 | 33 | 7 | 547 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10101100 | 0 | 11100 | 11011 | 111 | 101100111 | 111111 | 1010000 |
Color Harmonies of #ECABAC
Complementary color
Monochromatic Colors of #ECABAC
Black with #ECABAC
Text Example
Text Example
White with #ECABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABAC; }
p { color: rgb(236,171,172); }
H1.HeaderClassName
{
color: #ECABAC;
}
.AnyTagClassName
{
color: #ECABAC;
}
</style>
background-color css
<style>
a { background-color: #ECABAC; }
a { background-color: rgb(236,171,172); }
div.DivClassName
{
background-color: #ECABAC;
}
.BgClassName
{
background-color: #ECABAC;
}
</style>
border-color css
<style>
span { border-color: #ECABAC; }
span { border-color: rgb(236,171,172); }
td.TdClassName
{
border-color: #ECABAC;
}
.TagClassName
{
border-color: #ECABAC;
}
</style>