#CEA9AA

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

Shades of Pale Chestnut #CEA9AA

Tints of Pale Chestnut #CEA9AA

Color information

#CEA9AA (or 0xCEA9AA) is unknown color: approx Pale Chestnut. HEX triplet: CE, A9 and AA. RGB value is (206,169,170). Sum of RGB (Red+Green+Blue) = 206+169+170=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9AA is #315655. Grayscale: #B4B4B4. Windows color (decimal): -3233366 or 11184590. OLE color: 11184590.

HSL color Cylindrical-coordinate representation of color #CEA9AA: hue angle of 358.38º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9AA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206169170-
CMYK00.180.170.19
HSL358.38º27.41%73.53%-
HSV(B)358.38º17.96%80.78%-
XYZ46.944.444.13-
YUV180.18122.26146.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=37.80%
G=31.01%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616917000.180.170.19358.3827.4173.53
HexCEA9AA01211131661b4a
Octal316251252022212354633112
Binary1100111010101001101010100100101000110011101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9AA; }

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

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

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

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

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

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

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

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