#CDA9AB

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

Shades of Pale Chestnut #CDA9AB

Tints of Pale Chestnut #CDA9AB

Color information

#CDA9AB (or 0xCDA9AB) is unknown color: approx Pale Chestnut. HEX triplet: CD, A9 and AB. RGB value is (205,169,171). Sum of RGB (Red+Green+Blue) = 205+169+171=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9AB is #325654. Grayscale: #B4B4B4. Windows color (decimal): -3298901 or 11250125. OLE color: 11250125.

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

Color convert

RGB205169171-
CMYK00.180.170.20
HSL356.67º26.47%73.33%-
HSV(B)356.67º17.56%80.39%-
XYZ46.7244.344.62-
YUV179.99122.93145.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=37.61%
G=31.01%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516917100.180.170.20356.6726.4773.33
HexCDA9AB01211141651a49
Octal315251253022212454532111
Binary1100110110101001101010110100101000110100101100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9AB; }

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

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

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

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

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

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

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

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