Shades of Pale Chestnut #ECACB0
Tints of Pale Chestnut #ECACB0
RGB
CMYK
RGB Variations
Color information
#ECACB0 (or 0xECACB0) is known color: Pale Chestnut. HEX triplet: EC, AC and B0. RGB value is (236,172,176). Sum of RGB (Red+Green+Blue) = 236+172+176=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACB0 is #13534F. Grayscale: #BFBFBF. Windows color (decimal): -1266512 or 11578604. OLE color: 11578604.
HSL color Cylindrical-coordinate representation of color #ECACB0: hue angle of 356.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACB0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 176 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.07 |
| HSL | 356.25º | 0.63% | 0.8% | - |
| HSV(B) | 356.25º | 0.27% | 0.93% | - |
| XYZ | 57.18 | 50.47 | 47.8 | - |
| YUV | 191.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 176 | 0 | 0.27 | 0.25 | 0.07 | 356.25 | 0.63 | 0.8 |
| Hex | EC | AC | B0 | 0 | 1B | 19 | 7 | 164 | 3F | 50 |
| Octal | 354 | 254 | 260 | 0 | 33 | 31 | 7 | 544 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10110000 | 0 | 11011 | 11001 | 111 | 101100100 | 111111 | 1010000 |
Color Harmonies of #ECACB0
Complementary color
Monochromatic Colors of #ECACB0
Black with #ECACB0
Text Example
Text Example
White with #ECACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB0; }
p { color: rgb(236,172,176); }
H1.HeaderClassName
{
color: #ECACB0;
}
.AnyTagClassName
{
color: #ECACB0;
}
</style>
background-color css
<style>
a { background-color: #ECACB0; }
a { background-color: rgb(236,172,176); }
div.DivClassName
{
background-color: #ECACB0;
}
.BgClassName
{
background-color: #ECACB0;
}
</style>
border-color css
<style>
span { border-color: #ECACB0; }
span { border-color: rgb(236,172,176); }
td.TdClassName
{
border-color: #ECACB0;
}
.TagClassName
{
border-color: #ECACB0;
}
</style>