Shades of Pale Chestnut #CEAAAB
Tints of Pale Chestnut #CEAAAB
RGB
CMYK
RGB Variations
Color information
#CEAAAB (or 0xCEAAAB) is known color: Pale Chestnut. HEX triplet: CE, AA and AB. RGB value is (206,170,171). Sum of RGB (Red+Green+Blue) = 206+170+171=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAAB is #315554. Grayscale: #B4B4B4. Windows color (decimal): -3233109 or 11250382. OLE color: 11250382.
HSL color Cylindrical-coordinate representation of color #CEAAAB: hue angle of 358.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAAB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 171 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.19 |
| HSL | 358.33º | 0.27% | 0.74% | - |
| HSV(B) | 358.33º | 0.17% | 0.81% | - |
| XYZ | 47.18 | 44.81 | 44.69 | - |
| YUV | 180.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 171 | 0 | 0.17 | 0.17 | 0.19 | 358.33 | 0.27 | 0.74 |
| Hex | CE | AA | AB | 0 | 11 | 11 | 13 | 166 | 1B | 4A |
| Octal | 316 | 252 | 253 | 0 | 21 | 21 | 23 | 546 | 33 | 112 |
| Binary | 11001110 | 10101010 | 10101011 | 0 | 10001 | 10001 | 10011 | 101100110 | 11011 | 1001010 |
Color Harmonies of #CEAAAB
Complementary color
Monochromatic Colors of #CEAAAB
Black with #CEAAAB
Text Example
Text Example
White with #CEAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAAB; }
p { color: rgb(206,170,171); }
H1.HeaderClassName
{
color: #CEAAAB;
}
.AnyTagClassName
{
color: #CEAAAB;
}
</style>
background-color css
<style>
a { background-color: #CEAAAB; }
a { background-color: rgb(206,170,171); }
div.DivClassName
{
background-color: #CEAAAB;
}
.BgClassName
{
background-color: #CEAAAB;
}
</style>
border-color css
<style>
span { border-color: #CEAAAB; }
span { border-color: rgb(206,170,171); }
td.TdClassName
{
border-color: #CEAAAB;
}
.TagClassName
{
border-color: #CEAAAB;
}
</style>