Shades of Pale Chestnut #CBA9AC
Tints of Pale Chestnut #CBA9AC
RGB
CMYK
RGB Variations
Color information
#CBA9AC (or 0xCBA9AC) is known color: Pale Chestnut. HEX triplet: CB, A9 and AC. RGB value is (203,169,172). Sum of RGB (Red+Green+Blue) = 203+169+172=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AC is #345653. Grayscale: #B3B3B3. Windows color (decimal): -3429972 or 11315659. OLE color: 11315659.
HSL color Cylindrical-coordinate representation of color #CBA9AC: hue angle of 354.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9AC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 172 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.20 |
| HSL | 354.71º | 0.25% | 0.73% | - |
| HSV(B) | 354.71º | 0.17% | 0.8% | - |
| XYZ | 46.26 | 44.05 | 45.09 | - |
| YUV | 179.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 172 | 0 | 0.17 | 0.15 | 0.20 | 354.71 | 0.25 | 0.73 |
| Hex | CB | A9 | AC | 0 | 11 | F | 14 | 163 | 19 | 49 |
| Octal | 313 | 251 | 254 | 0 | 21 | 17 | 24 | 543 | 31 | 111 |
| Binary | 11001011 | 10101001 | 10101100 | 0 | 10001 | 1111 | 10100 | 101100011 | 11001 | 1001001 |
Color Harmonies of #CBA9AC
Complementary color
Monochromatic Colors of #CBA9AC
Black with #CBA9AC
Text Example
Text Example
White with #CBA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9AC; }
p { color: rgb(203,169,172); }
H1.HeaderClassName
{
color: #CBA9AC;
}
.AnyTagClassName
{
color: #CBA9AC;
}
</style>
background-color css
<style>
a { background-color: #CBA9AC; }
a { background-color: rgb(203,169,172); }
div.DivClassName
{
background-color: #CBA9AC;
}
.BgClassName
{
background-color: #CBA9AC;
}
</style>
border-color css
<style>
span { border-color: #CBA9AC; }
span { border-color: rgb(203,169,172); }
td.TdClassName
{
border-color: #CBA9AC;
}
.TagClassName
{
border-color: #CBA9AC;
}
</style>