#e7a8b0

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

Shades of Pale Chestnut #E7A8B0

Tints of Pale Chestnut #E7A8B0

Color information

#E7A8B0 (or 0xE7A8B0) is unknown color: approx Pale Chestnut. HEX triplet: E7, A8 and B0. RGB value is (231,168,176). Sum of RGB (Red+Green+Blue) = 231+168+176=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A8B0 is #18574F. Grayscale: #BBBBBB. Windows color (decimal): -1595216 or 11577575. OLE color: 11577575.

HSL color Cylindrical-coordinate representation of color #E7A8B0: hue angle of 352.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8B0 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231168176-
CMYK00.270.240.09
HSL352.38º56.76%78.24%-
HSV(B)352.38º27.27%90.59%-
XYZ54.7948.1347.48-
YUV187.75121.37158.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=40.17%
G=29.22%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116817600.270.240.09352.3856.7678.24
HexE7A8B001B189160394e
Octal347250260033301154071116
Binary1110011110101000101100000110111100010011011000001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a8b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a8b0; }

 p { color: rgb(231,168,176); }

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

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

 a { background-color: rgb(231,168,176); }

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

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

 span { border-color: rgb(231,168,176); }

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