#9C5176

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

Shades of Mauve Taupe #9C5176

Tints of Mauve Taupe #9C5176

Color information

#9C5176 (or 0x9C5176) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 51 and 76. RGB value is (156,81,118). Sum of RGB (Red+Green+Blue) = 156+81+118=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5176 is #63AE89. Grayscale: #6B6B6B. Windows color (decimal): -6532746 or 7754140. OLE color: 7754140.

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

Color convert

RGB15681118-
CMYK00.480.240.39
HSL330.4º31.65%46.47%-
HSV(B)330.4º48.08%61.18%-
XYZ19.9214.2618.84-
YUV107.64133.85162.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=43.94%
G=22.82%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568111800.480.240.39330.431.6546.47
Hex9C5176030182714a202e
Octal23412116606030475124056
Binary1001110010100011110110011000011000100111101001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,118); }

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

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

 a { background-color: rgb(156,81,118); }

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

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

 span { border-color: rgb(156,81,118); }

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