#CCA8A9

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

Shades of Pale Chestnut #CCA8A9

Tints of Pale Chestnut #CCA8A9

Color information

#CCA8A9 (or 0xCCA8A9) is unknown color: approx Pale Chestnut. HEX triplet: CC, A8 and A9. RGB value is (204,168,169). Sum of RGB (Red+Green+Blue) = 204+168+169=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8A9 is #335756. Grayscale: #B2B2B2. Windows color (decimal): -3364695 or 11118796. OLE color: 11118796.

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

Color convert

RGB204168169-
CMYK00.180.170.2
HSL358.33º26.09%72.94%-
HSV(B)358.33º17.65%80%-
XYZ46.0743.7143.54-
YUV178.88122.43145.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=37.71%
G=31.05%
B=31.24%

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
Decimal20416816900.180.170.2358.3326.0972.94
HexCCA8A901211141661a49
Octal314250251022212454632111
Binary1100110010101000101010010100101000110100101100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8A9; }

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

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

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

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

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

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

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

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