Shades of Pale Chestnut #ECACAF
Tints of Pale Chestnut #ECACAF
RGB
CMYK
RGB Variations
Color information
#ECACAF (or 0xECACAF) is known color: Pale Chestnut. HEX triplet: EC, AC and AF. RGB value is (236,172,175). Sum of RGB (Red+Green+Blue) = 236+172+175=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACAF is #135350. Grayscale: #BFBFBF. Windows color (decimal): -1266513 or 11513068. OLE color: 11513068.
HSL color Cylindrical-coordinate representation of color #ECACAF: hue angle of 357.19º 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 #ECACAF is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 175 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.07 |
| HSL | 357.19º | 0.63% | 0.8% | - |
| HSV(B) | 357.19º | 0.27% | 0.93% | - |
| XYZ | 57.08 | 50.43 | 47.28 | - |
| YUV | 191.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 175 | 0 | 0.27 | 0.26 | 0.07 | 357.19 | 0.63 | 0.8 |
| Hex | EC | AC | AF | 0 | 1B | 1A | 7 | 165 | 3F | 50 |
| Octal | 354 | 254 | 257 | 0 | 33 | 32 | 7 | 545 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10101111 | 0 | 11011 | 11010 | 111 | 101100101 | 111111 | 1010000 |
Color Harmonies of #ECACAF
Complementary color
Monochromatic Colors of #ECACAF
Black with #ECACAF
Text Example
Text Example
White with #ECACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACAF; }
p { color: rgb(236,172,175); }
H1.HeaderClassName
{
color: #ECACAF;
}
.AnyTagClassName
{
color: #ECACAF;
}
</style>
background-color css
<style>
a { background-color: #ECACAF; }
a { background-color: rgb(236,172,175); }
div.DivClassName
{
background-color: #ECACAF;
}
.BgClassName
{
background-color: #ECACAF;
}
</style>
border-color css
<style>
span { border-color: #ECACAF; }
span { border-color: rgb(236,172,175); }
td.TdClassName
{
border-color: #ECACAF;
}
.TagClassName
{
border-color: #ECACAF;
}
</style>