#8C5E6F

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

Shades of Mauve Taupe #8C5E6F

Tints of Mauve Taupe #8C5E6F

Color information

#8C5E6F (or 0x8C5E6F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5E and 6F. RGB value is (140,94,111). Sum of RGB (Red+Green+Blue) = 140+94+111=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E6F is #73A190. Grayscale: #6D6D6D. Windows color (decimal): -7578001 or 7298700. OLE color: 7298700.

HSL color Cylindrical-coordinate representation of color #8C5E6F: hue angle of 337.83º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C5E6F is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14094111-
CMYK00.330.210.45
HSL337.83º19.66%45.88%-
HSV(B)337.83º32.86%54.9%-
XYZ17.6914.7316.95-
YUV109.69128.74149.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=40.58%
G=27.25%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409411100.330.210.45337.8319.6645.88
Hex8C5E6F021152D152142e
Octal21413615704125555222456
Binary100011001011110110111101000011010110110110101001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,111); }

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

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

 a { background-color: rgb(140,94,111); }

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

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

 span { border-color: rgb(140,94,111); }

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