#9C596C

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

Shades of Mauve Taupe #9C596C

Tints of Mauve Taupe #9C596C

Color information

#9C596C (or 0x9C596C) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 59 and 6C. RGB value is (156,89,108). Sum of RGB (Red+Green+Blue) = 156+89+108=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596C is #63A693. Grayscale: #6F6F6F. Windows color (decimal): -6530708 or 7100828. OLE color: 7100828.

HSL color Cylindrical-coordinate representation of color #9C596C: hue angle of 342.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C596C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15689108-
CMYK00.430.310.39
HSL342.99º27.35%48.04%-
HSV(B)342.99º42.95%61.18%-
XYZ19.9915.316.09-
YUV111.2126.2159.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=44.19%
G=25.21%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568910800.430.310.39342.9927.3548.04
Hex9C596C02B1F271571b30
Octal23413115405337475273360
Binary100111001011001110110001010111111110011110101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,108); }

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

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

 a { background-color: rgb(156,89,108); }

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

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

 span { border-color: rgb(156,89,108); }

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