#9C5C76

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

Shades of Mauve Taupe #9C5C76

Tints of Mauve Taupe #9C5C76

Color information

#9C5C76 (or 0x9C5C76) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5C and 76. RGB value is (156,92,118). Sum of RGB (Red+Green+Blue) = 156+92+118=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C76 is #63A389. Grayscale: #727272. Windows color (decimal): -6529930 or 7756956. OLE color: 7756956.

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

Color convert

RGB15692118-
CMYK00.410.240.39
HSL335.62º25.81%48.63%-
HSV(B)335.62º41.03%61.18%-
XYZ20.8116.0319.14-
YUV114.1130.2157.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=42.62%
G=25.14%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569211800.410.240.39335.6225.8148.63
Hex9C5C7602918271501a31
Octal23413416605130475203261
Binary100111001011100111011001010011100010011110101000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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