Shades of Pale Chestnut #CFABAC
Tints of Pale Chestnut #CFABAC
RGB
CMYK
RGB Variations
Color information
#CFABAC (or 0xCFABAC) is known color: Pale Chestnut. HEX triplet: CF, AB and AC. RGB value is (207,171,172). Sum of RGB (Red+Green+Blue) = 207+171+172=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAC is #305453. Grayscale: #B5B5B5. Windows color (decimal): -3167316 or 11316175. OLE color: 11316175.
HSL color Cylindrical-coordinate representation of color #CFABAC: hue angle of 358.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABAC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 172 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.19 |
| HSL | 358.33º | 0.27% | 0.74% | - |
| HSV(B) | 358.33º | 0.17% | 0.81% | - |
| XYZ | 47.74 | 45.37 | 45.27 | - |
| YUV | 181.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 172 | 0 | 0.17 | 0.17 | 0.19 | 358.33 | 0.27 | 0.74 |
| Hex | CF | AB | AC | 0 | 11 | 11 | 13 | 166 | 1B | 4A |
| Octal | 317 | 253 | 254 | 0 | 21 | 21 | 23 | 546 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10101100 | 0 | 10001 | 10001 | 10011 | 101100110 | 11011 | 1001010 |
Color Harmonies of #CFABAC
Complementary color
Monochromatic Colors of #CFABAC
Black with #CFABAC
Text Example
Text Example
White with #CFABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABAC; }
p { color: rgb(207,171,172); }
H1.HeaderClassName
{
color: #CFABAC;
}
.AnyTagClassName
{
color: #CFABAC;
}
</style>
background-color css
<style>
a { background-color: #CFABAC; }
a { background-color: rgb(207,171,172); }
div.DivClassName
{
background-color: #CFABAC;
}
.BgClassName
{
background-color: #CFABAC;
}
</style>
border-color css
<style>
span { border-color: #CFABAC; }
span { border-color: rgb(207,171,172); }
td.TdClassName
{
border-color: #CFABAC;
}
.TagClassName
{
border-color: #CFABAC;
}
</style>