Shades of Pale Chestnut #CCAAAB
Tints of Pale Chestnut #CCAAAB
RGB
CMYK
RGB Variations
Color information
#CCAAAB (or 0xCCAAAB) is known color: Pale Chestnut. HEX triplet: CC, AA and AB. RGB value is (204,170,171). Sum of RGB (Red+Green+Blue) = 204+170+171=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAB is #335554. Grayscale: #B4B4B4. Windows color (decimal): -3364181 or 11250380. OLE color: 11250380.
HSL color Cylindrical-coordinate representation of color #CCAAAB: hue angle of 358.24º 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 #CCAAAB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 171 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.2 |
| HSL | 358.24º | 0.25% | 0.73% | - |
| HSV(B) | 358.24º | 0.17% | 0.8% | - |
| XYZ | 46.63 | 44.53 | 44.67 | - |
| YUV | 180.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 171 | 0 | 0.17 | 0.16 | 0.2 | 358.24 | 0.25 | 0.73 |
| Hex | CC | AA | AB | 0 | 11 | 10 | 14 | 166 | 19 | 49 |
| Octal | 314 | 252 | 253 | 0 | 21 | 20 | 24 | 546 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10101011 | 0 | 10001 | 10000 | 10100 | 101100110 | 11001 | 1001001 |
Color Harmonies of #CCAAAB
Complementary color
Monochromatic Colors of #CCAAAB
Black with #CCAAAB
Text Example
Text Example
White with #CCAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAAB; }
p { color: rgb(204,170,171); }
H1.HeaderClassName
{
color: #CCAAAB;
}
.AnyTagClassName
{
color: #CCAAAB;
}
</style>
background-color css
<style>
a { background-color: #CCAAAB; }
a { background-color: rgb(204,170,171); }
div.DivClassName
{
background-color: #CCAAAB;
}
.BgClassName
{
background-color: #CCAAAB;
}
</style>
border-color css
<style>
span { border-color: #CCAAAB; }
span { border-color: rgb(204,170,171); }
td.TdClassName
{
border-color: #CCAAAB;
}
.TagClassName
{
border-color: #CCAAAB;
}
</style>