Shades of Pale Chestnut #CEA7AD
Tints of Pale Chestnut #CEA7AD
RGB
CMYK
RGB Variations
Color information
#CEA7AD (or 0xCEA7AD) is known color: Pale Chestnut. HEX triplet: CE, A7 and AD. RGB value is (206,167,173). Sum of RGB (Red+Green+Blue) = 206+167+173=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7AD is #315852. Grayscale: #B3B3B3. Windows color (decimal): -3233875 or 11380686. OLE color: 11380686.
HSL color Cylindrical-coordinate representation of color #CEA7AD: hue angle of 350.77º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7AD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 173 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.19 |
| HSL | 350.77º | 0.28% | 0.73% | - |
| HSV(B) | 350.77º | 0.19% | 0.81% | - |
| XYZ | 46.82 | 43.78 | 45.52 | - |
| YUV | 179.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 173 | 0 | 0.19 | 0.16 | 0.19 | 350.77 | 0.28 | 0.73 |
| Hex | CE | A7 | AD | 0 | 13 | 10 | 13 | 15F | 1C | 49 |
| Octal | 316 | 247 | 255 | 0 | 23 | 20 | 23 | 537 | 34 | 111 |
| Binary | 11001110 | 10100111 | 10101101 | 0 | 10011 | 10000 | 10011 | 101011111 | 11100 | 1001001 |
Color Harmonies of #CEA7AD
Complementary color
Monochromatic Colors of #CEA7AD
Black with #CEA7AD
Text Example
Text Example
White with #CEA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7AD; }
p { color: rgb(206,167,173); }
H1.HeaderClassName
{
color: #CEA7AD;
}
.AnyTagClassName
{
color: #CEA7AD;
}
</style>
background-color css
<style>
a { background-color: #CEA7AD; }
a { background-color: rgb(206,167,173); }
div.DivClassName
{
background-color: #CEA7AD;
}
.BgClassName
{
background-color: #CEA7AD;
}
</style>
border-color css
<style>
span { border-color: #CEA7AD; }
span { border-color: rgb(206,167,173); }
td.TdClassName
{
border-color: #CEA7AD;
}
.TagClassName
{
border-color: #CEA7AD;
}
</style>