#9C5D78

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

Shades of Mauve Taupe #9C5D78

Tints of Mauve Taupe #9C5D78

Color information

#9C5D78 (or 0x9C5D78) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5D and 78. RGB value is (156,93,120). Sum of RGB (Red+Green+Blue) = 156+93+120=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D78 is #63A287. Grayscale: #727272. Windows color (decimal): -6529672 or 7888284. OLE color: 7888284.

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

Color convert

RGB15693120-
CMYK00.400.230.39
HSL334.29º25.3%48.82%-
HSV(B)334.29º40.38%61.18%-
XYZ21.0116.2519.8-
YUV114.92130.87157.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=42.28%
G=25.20%
B=32.52%

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
Decimal1569312000.400.230.39334.2925.348.82
Hex9C5D78028172714e1931
Octal23413517005027475163161
Binary100111001011101111100001010001011110011110100111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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