#9C5871

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

Shades of Mauve Taupe #9C5871

Tints of Mauve Taupe #9C5871

Color information

#9C5871 (or 0x9C5871) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 58 and 71. RGB value is (156,88,113). Sum of RGB (Red+Green+Blue) = 156+88+113=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5871 is #63A78E. Grayscale: #6F6F6F. Windows color (decimal): -6530959 or 7428252. OLE color: 7428252.

HSL color Cylindrical-coordinate representation of color #9C5871: hue angle of 337.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5871 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15688113-
CMYK00.440.280.39
HSL337.94º27.87%47.84%-
HSV(B)337.94º43.59%61.18%-
XYZ20.1815.2417.5-
YUV111.18129.03159.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=43.70%
G=24.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568811300.440.280.39337.9427.8747.84
Hex9C587102C1C271521c30
Octal23413016105434475223460
Binary100111001011000111000101011001110010011110101001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5871; }

 p { color: rgb(156,88,113); }

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

<style>
 a { background-color: #9C5871; }

 a { background-color: rgb(156,88,113); }

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

<style>
 span { border-color: #9C5871; }

 span { border-color: rgb(156,88,113); }

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