Shades of Pale Chestnut #CAAAAB
Tints of Pale Chestnut #CAAAAB
RGB
CMYK
RGB Variations
Color information
#CAAAAB (or 0xCAAAAB) is known color: Pale Chestnut. HEX triplet: CA, AA and AB. RGB value is (202,170,171). Sum of RGB (Red+Green+Blue) = 202+170+171=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAAB is #355554. Grayscale: #B3B3B3. Windows color (decimal): -3495253 or 11250378. OLE color: 11250378.
HSL color Cylindrical-coordinate representation of color #CAAAAB: hue angle of 358.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAAB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 171 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.21 |
| HSL | 358.13º | 0.23% | 0.73% | - |
| HSV(B) | 358.13º | 0.16% | 0.79% | - |
| XYZ | 46.08 | 44.25 | 44.64 | - |
| YUV | 179.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 171 | 0 | 0.16 | 0.15 | 0.21 | 358.13 | 0.23 | 0.73 |
| Hex | CA | AA | AB | 0 | 10 | F | 15 | 166 | 17 | 49 |
| Octal | 312 | 252 | 253 | 0 | 20 | 17 | 25 | 546 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10101011 | 0 | 10000 | 1111 | 10101 | 101100110 | 10111 | 1001001 |
Color Harmonies of #CAAAAB
Complementary color
Monochromatic Colors of #CAAAAB
Black with #CAAAAB
Text Example
Text Example
White with #CAAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAAB; }
p { color: rgb(202,170,171); }
H1.HeaderClassName
{
color: #CAAAAB;
}
.AnyTagClassName
{
color: #CAAAAB;
}
</style>
background-color css
<style>
a { background-color: #CAAAAB; }
a { background-color: rgb(202,170,171); }
div.DivClassName
{
background-color: #CAAAAB;
}
.BgClassName
{
background-color: #CAAAAB;
}
</style>
border-color css
<style>
span { border-color: #CAAAAB; }
span { border-color: rgb(202,170,171); }
td.TdClassName
{
border-color: #CAAAAB;
}
.TagClassName
{
border-color: #CAAAAB;
}
</style>