#9C5C70

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

Shades of Mauve Taupe #9C5C70

Tints of Mauve Taupe #9C5C70

Color information

#9C5C70 (or 0x9C5C70) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5C and 70. RGB value is (156,92,112). Sum of RGB (Red+Green+Blue) = 156+92+112=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C70 is #63A38F. Grayscale: #717171. Windows color (decimal): -6529936 or 7363740. OLE color: 7363740.

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

Color convert

RGB15692112-
CMYK00.410.280.39
HSL341.25º25.81%48.63%-
HSV(B)341.25º41.03%61.18%-
XYZ20.4615.8917.32-
YUV113.42127.2158.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=43.33%
G=25.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569211200.410.280.39341.2525.8148.63
Hex9C5C700291C271551a31
Octal23413416005134475253261
Binary100111001011100111000001010011110010011110101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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