#8E586C

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

Shades of Mauve Taupe #8E586C

Tints of Mauve Taupe #8E586C

Color information

#8E586C (or 0x8E586C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 58 and 6C. RGB value is (142,88,108). Sum of RGB (Red+Green+Blue) = 142+88+108=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E586C is #71A793. Grayscale: #6A6A6A. Windows color (decimal): -7448468 or 7100558. OLE color: 7100558.

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

Color convert

RGB14288108-
CMYK00.380.240.44
HSL337.78º23.48%45.1%-
HSV(B)337.78º38.03%55.69%-
XYZ17.3513.8115.94-
YUV106.43128.89153.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=42.01%
G=26.04%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428810800.380.240.44337.7823.4845.1
Hex8E586C026182C152172d
Octal21613015404630545222755
Binary100011101011000110110001001101100010110010101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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