#8E596C

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

Shades of Mauve Taupe #8E596C

Tints of Mauve Taupe #8E596C

Color information

#8E596C (or 0x8E596C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 6C. RGB value is (142,89,108). Sum of RGB (Red+Green+Blue) = 142+89+108=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596C is #71A693. Grayscale: #6A6A6A. Windows color (decimal): -7448212 or 7100814. OLE color: 7100814.

HSL color Cylindrical-coordinate representation of color #8E596C: hue angle of 338.49º 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 #8E596C is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14289108-
CMYK00.370.240.44
HSL338.49º22.94%45.29%-
HSV(B)338.49º37.32%55.69%-
XYZ17.4313.9815.97-
YUV107.01128.56152.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=41.89%
G=26.25%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910800.370.240.44338.4922.9445.29
Hex8E596C025182C152172d
Octal21613115404530545222755
Binary100011101011001110110001001011100010110010101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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