#8C5B6D

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

Shades of Mauve Taupe #8C5B6D

Tints of Mauve Taupe #8C5B6D

Color information

#8C5B6D (or 0x8C5B6D) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5B and 6D. RGB value is (140,91,109). Sum of RGB (Red+Green+Blue) = 140+91+109=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B6D is #73A492. Grayscale: #6B6B6B. Windows color (decimal): -7578771 or 7166860. OLE color: 7166860.

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

Color convert

RGB14091109-
CMYK00.350.220.45
HSL337.96º21.21%45.29%-
HSV(B)337.96º35%54.9%-
XYZ17.3214.1616.29-
YUV107.7128.73151.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=41.18%
G=26.76%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409110900.350.220.45337.9621.2145.29
Hex8C5B6D023162D152152d
Octal21413315504326555222555
Binary100011001011011110110101000111011010110110101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,109); }

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

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

 a { background-color: rgb(140,91,109); }

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

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

 span { border-color: rgb(140,91,109); }

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