Shades of Pale Chestnut #CBA9AD
Tints of Pale Chestnut #CBA9AD
RGB
CMYK
RGB Variations
Color information
#CBA9AD (or 0xCBA9AD) is known color: Pale Chestnut. HEX triplet: CB, A9 and AD. RGB value is (203,169,173). Sum of RGB (Red+Green+Blue) = 203+169+173=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AD is #345652. Grayscale: #B3B3B3. Windows color (decimal): -3429971 or 11381195. OLE color: 11381195.
HSL color Cylindrical-coordinate representation of color #CBA9AD: hue angle of 352.94º 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 #CBA9AD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 173 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.20 |
| HSL | 352.94º | 0.25% | 0.73% | - |
| HSV(B) | 352.94º | 0.17% | 0.8% | - |
| XYZ | 46.36 | 44.09 | 45.6 | - |
| YUV | 179.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 173 | 0 | 0.17 | 0.15 | 0.20 | 352.94 | 0.25 | 0.73 |
| Hex | CB | A9 | AD | 0 | 11 | F | 14 | 161 | 19 | 49 |
| Octal | 313 | 251 | 255 | 0 | 21 | 17 | 24 | 541 | 31 | 111 |
| Binary | 11001011 | 10101001 | 10101101 | 0 | 10001 | 1111 | 10100 | 101100001 | 11001 | 1001001 |
Color Harmonies of #CBA9AD
Complementary color
Monochromatic Colors of #CBA9AD
Black with #CBA9AD
Text Example
Text Example
White with #CBA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9AD; }
p { color: rgb(203,169,173); }
H1.HeaderClassName
{
color: #CBA9AD;
}
.AnyTagClassName
{
color: #CBA9AD;
}
</style>
background-color css
<style>
a { background-color: #CBA9AD; }
a { background-color: rgb(203,169,173); }
div.DivClassName
{
background-color: #CBA9AD;
}
.BgClassName
{
background-color: #CBA9AD;
}
</style>
border-color css
<style>
span { border-color: #CBA9AD; }
span { border-color: rgb(203,169,173); }
td.TdClassName
{
border-color: #CBA9AD;
}
.TagClassName
{
border-color: #CBA9AD;
}
</style>