#9D5976

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

Shades of Mauve Taupe #9D5976

Tints of Mauve Taupe #9D5976

Color information

#9D5976 (or 0x9D5976) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 59 and 76. RGB value is (157,89,118). Sum of RGB (Red+Green+Blue) = 157+89+118=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5976 is #62A689. Grayscale: #707070. Windows color (decimal): -6465162 or 7756189. OLE color: 7756189.

HSL color Cylindrical-coordinate representation of color #9D5976: hue angle of 334.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5976 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15789118-
CMYK00.430.250.38
HSL334.41º27.64%48.24%-
HSV(B)334.41º43.31%61.57%-
XYZ20.7515.6219.06-
YUV112.64131.03159.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.13%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=43.13%
G=24.45%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578911800.430.250.38334.4127.6448.24
Hex9D597602B192614e1c30
Octal23513116605331465163460
Binary100111011011001111011001010111100110011010100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,118); }

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

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

 a { background-color: rgb(157,89,118); }

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

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

 span { border-color: rgb(157,89,118); }

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