#CCA9AE

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

Shades of Pale Chestnut #CCA9AE

Tints of Pale Chestnut #CCA9AE

Color information

#CCA9AE (or 0xCCA9AE) is unknown color: approx Pale Chestnut. HEX triplet: CC, A9 and AE. RGB value is (204,169,174). Sum of RGB (Red+Green+Blue) = 204+169+174=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9AE is #335651. Grayscale: #B4B4B4. Windows color (decimal): -3364434 or 11446732. OLE color: 11446732.

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

Color convert

RGB204169174-
CMYK00.170.150.2
HSL351.43º25.55%73.14%-
HSV(B)351.43º17.16%80%-
XYZ46.7344.2746.13-
YUV180.04124.6145.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=37.29%
G=30.90%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416917400.170.150.2351.4325.5573.14
HexCCA9AE011F1415f1a49
Octal314251256021172453732111
Binary110011001010100110101110010001111110100101011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9AE; }

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

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

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

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

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

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

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

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