#CDA9AA

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

Shades of Pale Chestnut #CDA9AA

Tints of Pale Chestnut #CDA9AA

Color information

#CDA9AA (or 0xCDA9AA) is unknown color: approx Pale Chestnut. HEX triplet: CD, A9 and AA. RGB value is (205,169,170). Sum of RGB (Red+Green+Blue) = 205+169+170=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9AA is #325655. Grayscale: #B3B3B3. Windows color (decimal): -3298902 or 11184589. OLE color: 11184589.

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

Color convert

RGB205169170-
CMYK00.180.170.20
HSL358.33º26.47%73.33%-
HSV(B)358.33º17.56%80.39%-
XYZ46.6244.2644.12-
YUV179.88122.43145.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=37.68%
G=31.07%
B=31.25%

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
Decimal20516917000.180.170.20358.3326.4773.33
HexCDA9AA01211141661a49
Octal315251252022212454632111
Binary1100110110101001101010100100101000110100101100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9AA; }

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

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

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

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

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

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

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

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