#9C5177

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

Shades of Mauve Taupe #9C5177

Tints of Mauve Taupe #9C5177

Color information

#9C5177 (or 0x9C5177) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 51 and 77. RGB value is (156,81,119). Sum of RGB (Red+Green+Blue) = 156+81+119=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5177 is #63AE88. Grayscale: #6B6B6B. Windows color (decimal): -6532745 or 7819676. OLE color: 7819676.

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

Color convert

RGB15681119-
CMYK00.480.240.39
HSL329.6º31.65%46.47%-
HSV(B)329.6º48.08%61.18%-
XYZ19.9814.2819.16-
YUV107.76134.35162.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=43.82%
G=22.75%
B=33.43%

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
Decimal1568111900.480.240.39329.631.6546.47
Hex9C5177030182714a202e
Octal23412116706030475124056
Binary1001110010100011110111011000011000100111101001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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