Shades of Pale Chestnut #CEA9AC
Tints of Pale Chestnut #CEA9AC
RGB
CMYK
RGB Variations
Color information
#CEA9AC (or 0xCEA9AC) is known color: Pale Chestnut. HEX triplet: CE, A9 and AC. RGB value is (206,169,172). Sum of RGB (Red+Green+Blue) = 206+169+172=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9AC is #315653. Grayscale: #B4B4B4. Windows color (decimal): -3233364 or 11315662. OLE color: 11315662.
HSL color Cylindrical-coordinate representation of color #CEA9AC: hue angle of 355.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9AC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 172 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.19 |
| HSL | 355.14º | 0.27% | 0.74% | - |
| HSV(B) | 355.14º | 0.18% | 0.81% | - |
| XYZ | 47.09 | 44.48 | 45.13 | - |
| YUV | 180.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 172 | 0 | 0.18 | 0.17 | 0.19 | 355.14 | 0.27 | 0.74 |
| Hex | CE | A9 | AC | 0 | 12 | 11 | 13 | 163 | 1B | 4A |
| Octal | 316 | 251 | 254 | 0 | 22 | 21 | 23 | 543 | 33 | 112 |
| Binary | 11001110 | 10101001 | 10101100 | 0 | 10010 | 10001 | 10011 | 101100011 | 11011 | 1001010 |
Color Harmonies of #CEA9AC
Complementary color
Monochromatic Colors of #CEA9AC
Black with #CEA9AC
Text Example
Text Example
White with #CEA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9AC; }
p { color: rgb(206,169,172); }
H1.HeaderClassName
{
color: #CEA9AC;
}
.AnyTagClassName
{
color: #CEA9AC;
}
</style>
background-color css
<style>
a { background-color: #CEA9AC; }
a { background-color: rgb(206,169,172); }
div.DivClassName
{
background-color: #CEA9AC;
}
.BgClassName
{
background-color: #CEA9AC;
}
</style>
border-color css
<style>
span { border-color: #CEA9AC; }
span { border-color: rgb(206,169,172); }
td.TdClassName
{
border-color: #CEA9AC;
}
.TagClassName
{
border-color: #CEA9AC;
}
</style>