#8C596D

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

Shades of Mauve Taupe #8C596D

Tints of Mauve Taupe #8C596D

Color information

#8C596D (or 0x8C596D) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 59 and 6D. RGB value is (140,89,109). Sum of RGB (Red+Green+Blue) = 140+89+109=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596D is #73A692. Grayscale: #6A6A6A. Windows color (decimal): -7579283 or 7166348. OLE color: 7166348.

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

Color convert

RGB14089109-
CMYK00.360.220.45
HSL336.47º22.27%44.9%-
HSV(B)336.47º36.43%54.9%-
XYZ17.1513.8216.23-
YUV106.53129.4151.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=41.42%
G=26.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408910900.360.220.45336.4722.2744.9
Hex8C596D024162D150162d
Octal21413115504426555202655
Binary100011001011001110110101001001011010110110101000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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