#9C5771

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

Shades of Mauve Taupe #9C5771

Tints of Mauve Taupe #9C5771

Color information

#9C5771 (or 0x9C5771) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 57 and 71. RGB value is (156,87,113). Sum of RGB (Red+Green+Blue) = 156+87+113=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5771 is #63A88E. Grayscale: #6E6E6E. Windows color (decimal): -6531215 or 7427996. OLE color: 7427996.

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

Color convert

RGB15687113-
CMYK00.440.280.39
HSL337.39º28.4%47.65%-
HSV(B)337.39º44.23%61.18%-
XYZ20.115.0817.47-
YUV110.6129.36160.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=43.82%
G=24.44%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568711300.440.280.39337.3928.447.65
Hex9C577102C1C271511c30
Octal23412716105434475213460
Binary100111001010111111000101011001110010011110101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,87,113); }

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

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

 a { background-color: rgb(156,87,113); }

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

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

 span { border-color: rgb(156,87,113); }

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