#9D5C70

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

Shades of Mauve Taupe #9D5C70

Tints of Mauve Taupe #9D5C70

Color information

#9D5C70 (or 0x9D5C70) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5C and 70. RGB value is (157,92,112). Sum of RGB (Red+Green+Blue) = 157+92+112=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C70 is #62A38F. Grayscale: #717171. Windows color (decimal): -6464400 or 7363741. OLE color: 7363741.

HSL color Cylindrical-coordinate representation of color #9D5C70: hue angle of 341.54º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C70 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15792112-
CMYK00.410.290.38
HSL341.54º26.1%48.82%-
HSV(B)341.54º41.4%61.57%-
XYZ20.6615.9917.33-
YUV113.72127.03158.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=43.49%
G=25.48%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579211200.410.290.38341.5426.148.82
Hex9D5C700291D261561a31
Octal23513416005135465263261
Binary100111011011100111000001010011110110011010101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,112); }

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

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

 a { background-color: rgb(157,92,112); }

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

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

 span { border-color: rgb(157,92,112); }

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