Shades of Pale Chestnut #CCA8AA
Tints of Pale Chestnut #CCA8AA
RGB
CMYK
RGB Variations
Color information
#CCA8AA (or 0xCCA8AA) is known color: Pale Chestnut. HEX triplet: CC, A8 and AA. RGB value is (204,168,170). Sum of RGB (Red+Green+Blue) = 204+168+170=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8AA is #335755. Grayscale: #B3B3B3. Windows color (decimal): -3364694 or 11184332. OLE color: 11184332.
HSL color Cylindrical-coordinate representation of color #CCA8AA: hue angle of 356.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8AA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 170 | - |
CMYK | 0 | 0.18 | 0.17 | 0.2 |
HSL | 356.67º | 0.26% | 0.73% | - |
HSV(B) | 356.67º | 0.18% | 0.8% | - |
XYZ | 46.16 | 43.74 | 44.04 | - |
YUV | 178.99 | 122.93 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 170 | 0 | 0.18 | 0.17 | 0.2 | 356.67 | 0.26 | 0.73 |
Hex | CC | A8 | AA | 0 | 12 | 11 | 14 | 165 | 1A | 49 |
Octal | 314 | 250 | 252 | 0 | 22 | 21 | 24 | 545 | 32 | 111 |
Binary | 11001100 | 10101000 | 10101010 | 0 | 10010 | 10001 | 10100 | 101100101 | 11010 | 1001001 |
Color Harmonies of #CCA8AA
Complementary color
Monochromatic Colors of #CCA8AA
Black with #CCA8AA
Text Example
Text Example
White with #CCA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8AA; }
p { color: rgb(204,168,170); }
H1.HeaderClassName
{
color: #CCA8AA;
}
.AnyTagClassName
{
color: #CCA8AA;
}
</style>
background-color css
<style>
a { background-color: #CCA8AA; }
a { background-color: rgb(204,168,170); }
div.DivClassName
{
background-color: #CCA8AA;
}
.BgClassName
{
background-color: #CCA8AA;
}
</style>
border-color css
<style>
span { border-color: #CCA8AA; }
span { border-color: rgb(204,168,170); }
td.TdClassName
{
border-color: #CCA8AA;
}
.TagClassName
{
border-color: #CCA8AA;
}
</style>