#9C5473

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

Shades of Mauve Taupe #9C5473

Tints of Mauve Taupe #9C5473

Color information

#9C5473 (or 0x9C5473) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 54 and 73. RGB value is (156,84,115). Sum of RGB (Red+Green+Blue) = 156+84+115=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5473 is #63AB8C. Grayscale: #6D6D6D. Windows color (decimal): -6531981 or 7558300. OLE color: 7558300.

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

Color convert

RGB15684115-
CMYK00.460.260.39
HSL334.17º30%47.06%-
HSV(B)334.17º46.15%61.18%-
XYZ19.9814.6517.99-
YUV109.06131.35161.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=43.94%
G=23.66%
B=32.39%

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
Decimal1568411500.460.260.39334.173047.06
Hex9C547302E1A2714e1e2f
Octal23412416305632475163657
Binary100111001010100111001101011101101010011110100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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