#9C5E70

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

Shades of Mauve Taupe #9C5E70

Tints of Mauve Taupe #9C5E70

Color information

#9C5E70 (or 0x9C5E70) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5E and 70. RGB value is (156,94,112). Sum of RGB (Red+Green+Blue) = 156+94+112=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E70 is #63A18F. Grayscale: #727272. Windows color (decimal): -6529424 or 7364252. OLE color: 7364252.

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

Color convert

RGB15694112-
CMYK00.400.280.39
HSL342.58º24.8%49.02%-
HSV(B)342.58º39.74%61.18%-
XYZ20.6416.2417.38-
YUV114.59126.54157.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=43.09%
G=25.97%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569411200.400.280.39342.5824.849.02
Hex9C5E700281C271571931
Octal23413616005034475273161
Binary100111001011110111000001010001110010011110101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,112); }

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

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

 a { background-color: rgb(156,94,112); }

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

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

 span { border-color: rgb(156,94,112); }

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