Shades of Pale Chestnut #CFA7AD
Tints of Pale Chestnut #CFA7AD
RGB
CMYK
RGB Variations
Color information
#CFA7AD (or 0xCFA7AD) is known color: Pale Chestnut. HEX triplet: CF, A7 and AD. RGB value is (207,167,173). Sum of RGB (Red+Green+Blue) = 207+167+173=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7AD is #305852. Grayscale: #B3B3B3. Windows color (decimal): -3168339 or 11380687. OLE color: 11380687.
HSL color Cylindrical-coordinate representation of color #CFA7AD: hue angle of 351º degrees, saturation: 0.29, 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 #CFA7AD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 173 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.19 |
| HSL | 351º | 0.29% | 0.73% | - |
| HSV(B) | 351º | 0.19% | 0.81% | - |
| XYZ | 47.09 | 43.92 | 45.53 | - |
| YUV | 179.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 173 | 0 | 0.19 | 0.16 | 0.19 | 351 | 0.29 | 0.73 |
| Hex | CF | A7 | AD | 0 | 13 | 10 | 13 | 15F | 1D | 49 |
| Octal | 317 | 247 | 255 | 0 | 23 | 20 | 23 | 537 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10101101 | 0 | 10011 | 10000 | 10011 | 101011111 | 11101 | 1001001 |
Color Harmonies of #CFA7AD
Complementary color
Monochromatic Colors of #CFA7AD
Black with #CFA7AD
Text Example
Text Example
White with #CFA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7AD; }
p { color: rgb(207,167,173); }
H1.HeaderClassName
{
color: #CFA7AD;
}
.AnyTagClassName
{
color: #CFA7AD;
}
</style>
background-color css
<style>
a { background-color: #CFA7AD; }
a { background-color: rgb(207,167,173); }
div.DivClassName
{
background-color: #CFA7AD;
}
.BgClassName
{
background-color: #CFA7AD;
}
</style>
border-color css
<style>
span { border-color: #CFA7AD; }
span { border-color: rgb(207,167,173); }
td.TdClassName
{
border-color: #CFA7AD;
}
.TagClassName
{
border-color: #CFA7AD;
}
</style>