#9C5472

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

Shades of Mauve Taupe #9C5472

Tints of Mauve Taupe #9C5472

Color information

#9C5472 (or 0x9C5472) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 54 and 72. RGB value is (156,84,114). Sum of RGB (Red+Green+Blue) = 156+84+114=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5472 is #63AB8D. Grayscale: #6C6C6C. Windows color (decimal): -6531982 or 7492764. OLE color: 7492764.

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

Color convert

RGB15684114-
CMYK00.460.270.39
HSL335º30%47.06%-
HSV(B)335º46.15%61.18%-
XYZ19.9214.6217.69-
YUV108.95130.85161.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=44.07%
G=23.73%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568411400.460.270.393353047.06
Hex9C547202E1B2714f1e2f
Octal23412416205633475173657
Binary100111001010100111001001011101101110011110100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,114); }

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

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

 a { background-color: rgb(156,84,114); }

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

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

 span { border-color: rgb(156,84,114); }

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