#9C5571

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

Shades of Mauve Taupe #9C5571

Tints of Mauve Taupe #9C5571

Color information

#9C5571 (or 0x9C5571) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 55 and 71. RGB value is (156,85,113). Sum of RGB (Red+Green+Blue) = 156+85+113=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5571 is #63AA8E. Grayscale: #6D6D6D. Windows color (decimal): -6531727 or 7427484. OLE color: 7427484.

HSL color Cylindrical-coordinate representation of color #9C5571: hue angle of 336.34º 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 #9C5571 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15685113-
CMYK00.460.280.39
HSL336.34º29.46%47.25%-
HSV(B)336.34º45.51%61.18%-
XYZ19.9414.7617.42-
YUV109.42130.02161.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=44.07%
G=24.01%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568511300.460.280.39336.3429.4647.25
Hex9C557102E1C271501d2f
Octal23412516105634475203557
Binary100111001010101111000101011101110010011110101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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