#CCA9AB

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

Shades of Pale Chestnut #CCA9AB

Tints of Pale Chestnut #CCA9AB

Color information

#CCA9AB (or 0xCCA9AB) is unknown color: approx Pale Chestnut. HEX triplet: CC, A9 and AB. RGB value is (204,169,171). Sum of RGB (Red+Green+Blue) = 204+169+171=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9AB is #335654. Grayscale: #B3B3B3. Windows color (decimal): -3364437 or 11250124. OLE color: 11250124.

HSL color Cylindrical-coordinate representation of color #CCA9AB: hue angle of 356.57º degrees, saturation: 0.26, 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 #CCA9AB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204169171-
CMYK00.170.160.2
HSL356.57º25.55%73.14%-
HSV(B)356.57º17.16%80%-
XYZ46.4444.1544.6-
YUV179.69123.1145.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=37.5%
G=31.07%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416917100.170.160.2356.5725.5573.14
HexCCA9AB01110141651a49
Octal314251253021202454532111
Binary1100110010101001101010110100011000010100101100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9AB; }

 p { color: rgb(204,169,171); }

 H1.HeaderClassName
 {
   color: #CCA9AB;
 }
 .AnyTagClassName
 {
   color: #CCA9AB;
 }
</style>
background-color css

<style>
 a { background-color: #CCA9AB; }

 a { background-color: rgb(204,169,171); }

 div.DivClassName
 {
   background-color: #CCA9AB;
 }
 .BgClassName
 {
   background-color: #CCA9AB;
 }
</style>
border-color css

<style>
 span { border-color: #CCA9AB; }

 span { border-color: rgb(204,169,171); }

 td.TdClassName
 {
   border-color: #CCA9AB;
 }
 .TagClassName
 {
   border-color: #CCA9AB;
 }
</style>