Shades of Pale Chestnut #CFAAAB
Tints of Pale Chestnut #CFAAAB
RGB
CMYK
RGB Variations
Color information
#CFAAAB (or 0xCFAAAB) is known color: Pale Chestnut. HEX triplet: CF, AA and AB. RGB value is (207,170,171). Sum of RGB (Red+Green+Blue) = 207+170+171=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAB is #305554. Grayscale: #B5B5B5. Windows color (decimal): -3167573 or 11250383. OLE color: 11250383.
HSL color Cylindrical-coordinate representation of color #CFAAAB: hue angle of 358.38º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAAB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 171 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.19 |
| HSL | 358.38º | 0.28% | 0.74% | - |
| HSV(B) | 358.38º | 0.18% | 0.81% | - |
| XYZ | 47.46 | 44.96 | 44.7 | - |
| YUV | 181.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 171 | 0 | 0.18 | 0.17 | 0.19 | 358.38 | 0.28 | 0.74 |
| Hex | CF | AA | AB | 0 | 12 | 11 | 13 | 166 | 1C | 4A |
| Octal | 317 | 252 | 253 | 0 | 22 | 21 | 23 | 546 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10101011 | 0 | 10010 | 10001 | 10011 | 101100110 | 11100 | 1001010 |
Color Harmonies of #CFAAAB
Complementary color
Monochromatic Colors of #CFAAAB
Black with #CFAAAB
Text Example
Text Example
White with #CFAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAAB; }
p { color: rgb(207,170,171); }
H1.HeaderClassName
{
color: #CFAAAB;
}
.AnyTagClassName
{
color: #CFAAAB;
}
</style>
background-color css
<style>
a { background-color: #CFAAAB; }
a { background-color: rgb(207,170,171); }
div.DivClassName
{
background-color: #CFAAAB;
}
.BgClassName
{
background-color: #CFAAAB;
}
</style>
border-color css
<style>
span { border-color: #CFAAAB; }
span { border-color: rgb(207,170,171); }
td.TdClassName
{
border-color: #CFAAAB;
}
.TagClassName
{
border-color: #CFAAAB;
}
</style>