#8C5E6E

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

Shades of Mauve Taupe #8C5E6E

Tints of Mauve Taupe #8C5E6E

Color information

#8C5E6E (or 0x8C5E6E) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5E and 6E. RGB value is (140,94,110). Sum of RGB (Red+Green+Blue) = 140+94+110=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E6E is #73A191. Grayscale: #6D6D6D. Windows color (decimal): -7578002 or 7233164. OLE color: 7233164.

HSL color Cylindrical-coordinate representation of color #8C5E6E: hue angle of 339.13º 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 #8C5E6E is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14094110-
CMYK00.330.210.45
HSL339.13º19.66%45.88%-
HSV(B)339.13º32.86%54.9%-
XYZ17.6314.7116.66-
YUV109.58128.24149.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=40.70%
G=27.33%
B=31.98%

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
Decimal1409411000.330.210.45339.1319.6645.88
Hex8C5E6E021152D153142e
Octal21413615604125555232456
Binary100011001011110110111001000011010110110110101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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