Shades of Pale Chestnut #CFA8B0
Tints of Pale Chestnut #CFA8B0
RGB
CMYK
RGB Variations
Color information
#CFA8B0 (or 0xCFA8B0) is known color: Pale Chestnut. HEX triplet: CF, A8 and B0. RGB value is (207,168,176). Sum of RGB (Red+Green+Blue) = 207+168+176=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8B0 is #30574F. Grayscale: #B4B4B4. Windows color (decimal): -3168080 or 11577551. OLE color: 11577551.
HSL color Cylindrical-coordinate representation of color #CFA8B0: hue angle of 347.69º 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 #CFA8B0 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 176 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.19 |
| HSL | 347.69º | 0.29% | 0.74% | - |
| HSV(B) | 347.69º | 0.19% | 0.81% | - |
| XYZ | 47.57 | 44.41 | 47.14 | - |
| YUV | 180.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 176 | 0 | 0.19 | 0.15 | 0.19 | 347.69 | 0.29 | 0.74 |
| Hex | CF | A8 | B0 | 0 | 13 | F | 13 | 15C | 1D | 4A |
| Octal | 317 | 250 | 260 | 0 | 23 | 17 | 23 | 534 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10110000 | 0 | 10011 | 1111 | 10011 | 101011100 | 11101 | 1001010 |
Color Harmonies of #CFA8B0
Complementary color
Monochromatic Colors of #CFA8B0
Black with #CFA8B0
Text Example
Text Example
White with #CFA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8B0; }
p { color: rgb(207,168,176); }
H1.HeaderClassName
{
color: #CFA8B0;
}
.AnyTagClassName
{
color: #CFA8B0;
}
</style>
background-color css
<style>
a { background-color: #CFA8B0; }
a { background-color: rgb(207,168,176); }
div.DivClassName
{
background-color: #CFA8B0;
}
.BgClassName
{
background-color: #CFA8B0;
}
</style>
border-color css
<style>
span { border-color: #CFA8B0; }
span { border-color: rgb(207,168,176); }
td.TdClassName
{
border-color: #CFA8B0;
}
.TagClassName
{
border-color: #CFA8B0;
}
</style>