#8E5E6C

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

Shades of Mauve Taupe #8E5E6C

Tints of Mauve Taupe #8E5E6C

Color information

#8E5E6C (or 0x8E5E6C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5E and 6C. RGB value is (142,94,108). Sum of RGB (Red+Green+Blue) = 142+94+108=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E6C is #71A193. Grayscale: #6D6D6D. Windows color (decimal): -7446932 or 7102094. OLE color: 7102094.

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

Color convert

RGB14294108-
CMYK00.340.240.44
HSL342.5º20.34%46.27%-
HSV(B)342.5º33.8%55.69%-
XYZ17.8614.8416.11-
YUV109.95126.9150.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=41.28%
G=27.33%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429410800.340.240.44342.520.3446.27
Hex8E5E6C022182C156142e
Octal21613615404230545262456
Binary100011101011110110110001000101100010110010101011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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