#8C596E

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

Shades of Mauve Taupe #8C596E

Tints of Mauve Taupe #8C596E

Color information

#8C596E (or 0x8C596E) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 59 and 6E. RGB value is (140,89,110). Sum of RGB (Red+Green+Blue) = 140+89+110=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596E is #73A691. Grayscale: #6A6A6A. Windows color (decimal): -7579282 or 7231884. OLE color: 7231884.

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

Color convert

RGB14089110-
CMYK00.360.210.45
HSL335.29º22.27%44.9%-
HSV(B)335.29º36.43%54.9%-
XYZ17.213.8516.52-
YUV106.64129.9151.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=41.30%
G=26.25%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408911000.360.210.45335.2922.2744.9
Hex8C596E024152D14f162d
Octal21413115604425555172655
Binary100011001011001110111001001001010110110110100111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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