#CEA7AB

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

Shades of Pale Chestnut #CEA7AB

Tints of Pale Chestnut #CEA7AB

Color information

#CEA7AB (or 0xCEA7AB) is unknown color: approx Pale Chestnut. HEX triplet: CE, A7 and AB. RGB value is (206,167,171). Sum of RGB (Red+Green+Blue) = 206+167+171=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7AB is #315854. Grayscale: #B3B3B3. Windows color (decimal): -3233877 or 11249614. OLE color: 11249614.

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

Color convert

RGB206167171-
CMYK00.190.170.19
HSL353.85º28.47%73.14%-
HSV(B)353.85º18.93%80.78%-
XYZ46.6243.744.51-
YUV179.12123.42147.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=37.87%
G=30.70%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616717100.190.170.19353.8528.4773.14
HexCEA7AB01311131621c49
Octal316247253023212354234111
Binary1100111010100111101010110100111000110011101100010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7AB; }

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

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

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

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

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

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

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

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