#CEA7AE

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

Shades of Pale Chestnut #CEA7AE

Tints of Pale Chestnut #CEA7AE

Color information

#CEA7AE (or 0xCEA7AE) is unknown color: approx Pale Chestnut. HEX triplet: CE, A7 and AE. RGB value is (206,167,174). Sum of RGB (Red+Green+Blue) = 206+167+174=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7AE is #315851. Grayscale: #B3B3B3. Windows color (decimal): -3233874 or 11446222. OLE color: 11446222.

HSL color Cylindrical-coordinate representation of color #CEA7AE: hue angle of 349.23º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7AE is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206167174-
CMYK00.190.160.19
HSL349.23º28.47%73.14%-
HSV(B)349.23º18.93%80.78%-
XYZ46.9143.8246.03-
YUV179.46124.92146.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=37.66%
G=30.53%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616717400.190.160.19349.2328.4773.14
HexCEA7AE013101315d1c49
Octal316247256023202353534111
Binary1100111010100111101011100100111000010011101011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7AE; }

 p { color: rgb(206,167,174); }

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

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

 a { background-color: rgb(206,167,174); }

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

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

 span { border-color: rgb(206,167,174); }

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