#9C5F78

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

Shades of Mauve Taupe #9C5F78

Tints of Mauve Taupe #9C5F78

Color information

#9C5F78 (or 0x9C5F78) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5F and 78. RGB value is (156,95,120). Sum of RGB (Red+Green+Blue) = 156+95+120=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F78 is #63A087. Grayscale: #747474. Windows color (decimal): -6529160 or 7888796. OLE color: 7888796.

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

Color convert

RGB15695120-
CMYK00.390.230.39
HSL335.41º24.3%49.22%-
HSV(B)335.41º39.1%61.18%-
XYZ21.1916.6119.86-
YUV116.09130.21156.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=42.05%
G=25.61%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569512000.390.230.39335.4124.349.22
Hex9C5F78027172714f1831
Octal23413717004727475173061
Binary100111001011111111100001001111011110011110100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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