#8C596C

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

Shades of Mauve Taupe #8C596C

Tints of Mauve Taupe #8C596C

Color information

#8C596C (or 0x8C596C) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 59 and 6C. RGB value is (140,89,108). Sum of RGB (Red+Green+Blue) = 140+89+108=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596C is #73A693. Grayscale: #6A6A6A. Windows color (decimal): -7579284 or 7100812. OLE color: 7100812.

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

Color convert

RGB14089108-
CMYK00.360.230.45
HSL337.65º22.27%44.9%-
HSV(B)337.65º36.43%54.9%-
XYZ17.0913.815.95-
YUV106.42128.9151.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=41.54%
G=26.41%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408910800.360.230.45337.6522.2744.9
Hex8C596C024172D152162d
Octal21413115404427555222655
Binary100011001011001110110001001001011110110110101001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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