Shades of Pale Chestnut #CCAAAD
Tints of Pale Chestnut #CCAAAD
RGB
CMYK
RGB Variations
Color information
#CCAAAD (or 0xCCAAAD) is known color: Pale Chestnut. HEX triplet: CC, AA and AD. RGB value is (204,170,173). Sum of RGB (Red+Green+Blue) = 204+170+173=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAD is #335552. Grayscale: #B4B4B4. Windows color (decimal): -3364179 or 11381452. OLE color: 11381452.
HSL color Cylindrical-coordinate representation of color #CCAAAD: 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 #CCAAAD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 173 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.2 |
| HSL | 354.71º | 0.25% | 0.73% | - |
| HSV(B) | 354.71º | 0.17% | 0.8% | - |
| XYZ | 46.82 | 44.6 | 45.68 | - |
| YUV | 180.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 173 | 0 | 0.17 | 0.15 | 0.2 | 354.71 | 0.25 | 0.73 |
| Hex | CC | AA | AD | 0 | 11 | F | 14 | 163 | 19 | 49 |
| Octal | 314 | 252 | 255 | 0 | 21 | 17 | 24 | 543 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10101101 | 0 | 10001 | 1111 | 10100 | 101100011 | 11001 | 1001001 |
Color Harmonies of #CCAAAD
Complementary color
Monochromatic Colors of #CCAAAD
Black with #CCAAAD
Text Example
Text Example
White with #CCAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAAD; }
p { color: rgb(204,170,173); }
H1.HeaderClassName
{
color: #CCAAAD;
}
.AnyTagClassName
{
color: #CCAAAD;
}
</style>
background-color css
<style>
a { background-color: #CCAAAD; }
a { background-color: rgb(204,170,173); }
div.DivClassName
{
background-color: #CCAAAD;
}
.BgClassName
{
background-color: #CCAAAD;
}
</style>
border-color css
<style>
span { border-color: #CCAAAD; }
span { border-color: rgb(204,170,173); }
td.TdClassName
{
border-color: #CCAAAD;
}
.TagClassName
{
border-color: #CCAAAD;
}
</style>