#CCA8AA

Color #CCA8AA Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #CCA8AA

Tints of Pale Chestnut #CCA8AA

Color information

#CCA8AA (or 0xCCA8AA) is unknown color: approx 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

RGB204168170-
CMYK00.180.170.2
HSL356.67º26.09%72.94%-
HSV(B)356.67º17.65%80%-
XYZ46.1643.7444.04-
YUV178.99122.93145.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=37.64%
G=31.00%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416817000.180.170.2356.6726.0972.94
HexCCA8AA01211141651a49
Octal314250252022212454532111
Binary1100110010101000101010100100101000110100101100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>