#9C5475

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

Shades of Mauve Taupe #9C5475

Tints of Mauve Taupe #9C5475

Color information

#9C5475 (or 0x9C5475) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 54 and 75. RGB value is (156,84,117). Sum of RGB (Red+Green+Blue) = 156+84+117=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5475 is #63AB8A. Grayscale: #6D6D6D. Windows color (decimal): -6531979 or 7689372. OLE color: 7689372.

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

Color convert

RGB15684117-
CMYK00.460.250.39
HSL332.5º30%47.06%-
HSV(B)332.5º46.15%61.18%-
XYZ20.0914.6918.61-
YUV109.29132.35161.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=43.70%
G=23.53%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568411700.460.250.39332.53047.06
Hex9C547502E192714c1e2f
Octal23412416505631475143657
Binary100111001010100111010101011101100110011110100110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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