Shades of Pale Chestnut #CEA9AB
Tints of Pale Chestnut #CEA9AB
RGB
CMYK
RGB Variations
Color information
#CEA9AB (or 0xCEA9AB) is known color: Pale Chestnut. HEX triplet: CE, A9 and AB. RGB value is (206,169,171). Sum of RGB (Red+Green+Blue) = 206+169+171=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9AB is #315654. Grayscale: #B4B4B4. Windows color (decimal): -3233365 or 11250126. OLE color: 11250126.
HSL color Cylindrical-coordinate representation of color #CEA9AB: hue angle of 356.76º 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 #CEA9AB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 171 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.19 |
| HSL | 356.76º | 0.27% | 0.74% | - |
| HSV(B) | 356.76º | 0.18% | 0.81% | - |
| XYZ | 46.99 | 44.44 | 44.63 | - |
| YUV | 180.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 171 | 0 | 0.18 | 0.17 | 0.19 | 356.76 | 0.27 | 0.74 |
| Hex | CE | A9 | AB | 0 | 12 | 11 | 13 | 165 | 1B | 4A |
| Octal | 316 | 251 | 253 | 0 | 22 | 21 | 23 | 545 | 33 | 112 |
| Binary | 11001110 | 10101001 | 10101011 | 0 | 10010 | 10001 | 10011 | 101100101 | 11011 | 1001010 |
Color Harmonies of #CEA9AB
Complementary color
Monochromatic Colors of #CEA9AB
Black with #CEA9AB
Text Example
Text Example
White with #CEA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9AB; }
p { color: rgb(206,169,171); }
H1.HeaderClassName
{
color: #CEA9AB;
}
.AnyTagClassName
{
color: #CEA9AB;
}
</style>
background-color css
<style>
a { background-color: #CEA9AB; }
a { background-color: rgb(206,169,171); }
div.DivClassName
{
background-color: #CEA9AB;
}
.BgClassName
{
background-color: #CEA9AB;
}
</style>
border-color css
<style>
span { border-color: #CEA9AB; }
span { border-color: rgb(206,169,171); }
td.TdClassName
{
border-color: #CEA9AB;
}
.TagClassName
{
border-color: #CEA9AB;
}
</style>