#9C5B71

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

Shades of Mauve Taupe #9C5B71

Tints of Mauve Taupe #9C5B71

Color information

#9C5B71 (or 0x9C5B71) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5B and 71. RGB value is (156,91,113). Sum of RGB (Red+Green+Blue) = 156+91+113=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B71 is #63A48E. Grayscale: #707070. Windows color (decimal): -6530191 or 7429020. OLE color: 7429020.

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

Color convert

RGB15691113-
CMYK00.420.280.39
HSL339.69º26.32%48.43%-
HSV(B)339.69º41.67%61.18%-
XYZ20.4315.7417.58-
YUV112.94128.03158.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=43.33%
G=25.28%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569111300.420.280.39339.6926.3248.43
Hex9C5B7102A1C271541a30
Octal23413316105234475243260
Binary100111001011011111000101010101110010011110101010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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