#8E596A

Color #8E596A Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8E596A

Tints of Mauve Taupe #8E596A

Color information

#8E596A (or 0x8E596A) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 6A. RGB value is (142,89,106). Sum of RGB (Red+Green+Blue) = 142+89+106=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596A is #71A695. Grayscale: #6A6A6A. Windows color (decimal): -7448214 or 6969742. OLE color: 6969742.

HSL color Cylindrical-coordinate representation of color #8E596A: hue angle of 340.75º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E596A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14289106-
CMYK00.370.250.44
HSL340.75º22.94%45.29%-
HSV(B)340.75º37.32%55.69%-
XYZ17.3313.9415.41-
YUV106.78127.56153.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=42.14%
G=26.41%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910600.370.250.44340.7522.9445.29
Hex8E596A025192C155172d
Octal21613115204531545252755
Binary100011101011001110101001001011100110110010101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E596A; }

 p { color: rgb(142,89,106); }

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

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

 a { background-color: rgb(142,89,106); }

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

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

 span { border-color: rgb(142,89,106); }

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