Shades of Pale Chestnut #CBAAAD
Tints of Pale Chestnut #CBAAAD
RGB
CMYK
RGB Variations
Color information
#CBAAAD (or 0xCBAAAD) is known color: Pale Chestnut. HEX triplet: CB, AA and AD. RGB value is (203,170,173). Sum of RGB (Red+Green+Blue) = 203+170+173=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAAD is #345552. Grayscale: #B4B4B4. Windows color (decimal): -3429715 or 11381451. OLE color: 11381451.
HSL color Cylindrical-coordinate representation of color #CBAAAD: hue angle of 354.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAAD is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 173 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.20 |
| HSL | 354.55º | 0.24% | 0.73% | - |
| HSV(B) | 354.55º | 0.16% | 0.8% | - |
| XYZ | 46.55 | 44.46 | 45.66 | - |
| YUV | 180.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 173 | 0 | 0.16 | 0.15 | 0.20 | 354.55 | 0.24 | 0.73 |
| Hex | CB | AA | AD | 0 | 10 | F | 14 | 163 | 18 | 49 |
| Octal | 313 | 252 | 255 | 0 | 20 | 17 | 24 | 543 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10101101 | 0 | 10000 | 1111 | 10100 | 101100011 | 11000 | 1001001 |
Color Harmonies of #CBAAAD
Complementary color
Monochromatic Colors of #CBAAAD
Black with #CBAAAD
Text Example
Text Example
White with #CBAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAAD; }
p { color: rgb(203,170,173); }
H1.HeaderClassName
{
color: #CBAAAD;
}
.AnyTagClassName
{
color: #CBAAAD;
}
</style>
background-color css
<style>
a { background-color: #CBAAAD; }
a { background-color: rgb(203,170,173); }
div.DivClassName
{
background-color: #CBAAAD;
}
.BgClassName
{
background-color: #CBAAAD;
}
</style>
border-color css
<style>
span { border-color: #CBAAAD; }
span { border-color: rgb(203,170,173); }
td.TdClassName
{
border-color: #CBAAAD;
}
.TagClassName
{
border-color: #CBAAAD;
}
</style>