Shades of Pale Chestnut #CFA7AF
Tints of Pale Chestnut #CFA7AF
RGB
CMYK
RGB Variations
Color information
#CFA7AF (or 0xCFA7AF) is known color: Pale Chestnut. HEX triplet: CF, A7 and AF. RGB value is (207,167,175). Sum of RGB (Red+Green+Blue) = 207+167+175=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7AF is #305850. Grayscale: #B3B3B3. Windows color (decimal): -3168337 or 11511759. OLE color: 11511759.
HSL color Cylindrical-coordinate representation of color #CFA7AF: hue angle of 348º 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 #CFA7AF is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 175 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.19 |
| HSL | 348º | 0.29% | 0.73% | - |
| HSV(B) | 348º | 0.19% | 0.81% | - |
| XYZ | 47.29 | 44 | 46.56 | - |
| YUV | 179.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 175 | 0 | 0.19 | 0.15 | 0.19 | 348 | 0.29 | 0.73 |
| Hex | CF | A7 | AF | 0 | 13 | F | 13 | 15C | 1D | 49 |
| Octal | 317 | 247 | 257 | 0 | 23 | 17 | 23 | 534 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10101111 | 0 | 10011 | 1111 | 10011 | 101011100 | 11101 | 1001001 |
Color Harmonies of #CFA7AF
Complementary color
Monochromatic Colors of #CFA7AF
Black with #CFA7AF
Text Example
Text Example
White with #CFA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7AF; }
p { color: rgb(207,167,175); }
H1.HeaderClassName
{
color: #CFA7AF;
}
.AnyTagClassName
{
color: #CFA7AF;
}
</style>
background-color css
<style>
a { background-color: #CFA7AF; }
a { background-color: rgb(207,167,175); }
div.DivClassName
{
background-color: #CFA7AF;
}
.BgClassName
{
background-color: #CFA7AF;
}
</style>
border-color css
<style>
span { border-color: #CFA7AF; }
span { border-color: rgb(207,167,175); }
td.TdClassName
{
border-color: #CFA7AF;
}
.TagClassName
{
border-color: #CFA7AF;
}
</style>