#9C5E78

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

Shades of Mauve Taupe #9C5E78

Tints of Mauve Taupe #9C5E78

Color information

#9C5E78 (or 0x9C5E78) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5E and 78. RGB value is (156,94,120). Sum of RGB (Red+Green+Blue) = 156+94+120=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E78 is #63A187. Grayscale: #737373. Windows color (decimal): -6529416 or 7888540. OLE color: 7888540.

HSL color Cylindrical-coordinate representation of color #9C5E78: hue angle of 334.84º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E78 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15694120-
CMYK00.400.230.39
HSL334.84º24.8%49.02%-
HSV(B)334.84º39.74%61.18%-
XYZ21.116.4319.83-
YUV115.5130.54156.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=42.16%
G=25.41%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569412000.400.230.39334.8424.849.02
Hex9C5E78028172714f1931
Octal23413617005027475173161
Binary100111001011110111100001010001011110011110100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,120); }

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

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

 a { background-color: rgb(156,94,120); }

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

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

 span { border-color: rgb(156,94,120); }

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