Shades of Pale Chestnut #CFA8AD
Tints of Pale Chestnut #CFA8AD
RGB
CMYK
RGB Variations
Color information
#CFA8AD (or 0xCFA8AD) is known color: Pale Chestnut. HEX triplet: CF, A8 and AD. RGB value is (207,168,173). Sum of RGB (Red+Green+Blue) = 207+168+173=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8AD is #305752. Grayscale: #B4B4B4. Windows color (decimal): -3168083 or 11380943. OLE color: 11380943.
HSL color Cylindrical-coordinate representation of color #CFA8AD: hue angle of 352.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8AD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 173 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.19 |
| HSL | 352.31º | 0.29% | 0.74% | - |
| HSV(B) | 352.31º | 0.19% | 0.81% | - |
| XYZ | 47.28 | 44.29 | 45.59 | - |
| YUV | 180.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 173 | 0 | 0.19 | 0.16 | 0.19 | 352.31 | 0.29 | 0.74 |
| Hex | CF | A8 | AD | 0 | 13 | 10 | 13 | 160 | 1D | 4A |
| Octal | 317 | 250 | 255 | 0 | 23 | 20 | 23 | 540 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10101101 | 0 | 10011 | 10000 | 10011 | 101100000 | 11101 | 1001010 |
Color Harmonies of #CFA8AD
Complementary color
Monochromatic Colors of #CFA8AD
Black with #CFA8AD
Text Example
Text Example
White with #CFA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8AD; }
p { color: rgb(207,168,173); }
H1.HeaderClassName
{
color: #CFA8AD;
}
.AnyTagClassName
{
color: #CFA8AD;
}
</style>
background-color css
<style>
a { background-color: #CFA8AD; }
a { background-color: rgb(207,168,173); }
div.DivClassName
{
background-color: #CFA8AD;
}
.BgClassName
{
background-color: #CFA8AD;
}
</style>
border-color css
<style>
span { border-color: #CFA8AD; }
span { border-color: rgb(207,168,173); }
td.TdClassName
{
border-color: #CFA8AD;
}
.TagClassName
{
border-color: #CFA8AD;
}
</style>