#9C5573

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

Shades of Mauve Taupe #9C5573

Tints of Mauve Taupe #9C5573

Color information

#9C5573 (or 0x9C5573) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 55 and 73. RGB value is (156,85,115). Sum of RGB (Red+Green+Blue) = 156+85+115=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5573 is #63AA8C. Grayscale: #6D6D6D. Windows color (decimal): -6531725 or 7558556. OLE color: 7558556.

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

Color convert

RGB15685115-
CMYK00.460.260.39
HSL334.65º29.46%47.25%-
HSV(B)334.65º45.51%61.18%-
XYZ20.0514.818.02-
YUV109.65131.02161.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=43.82%
G=23.88%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568511500.460.260.39334.6529.4647.25
Hex9C557302E1A2714f1d2f
Octal23412516305632475173557
Binary100111001010101111001101011101101010011110100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,115); }

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

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

 a { background-color: rgb(156,85,115); }

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

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

 span { border-color: rgb(156,85,115); }

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