#985573

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

Shades of Mauve Taupe #985573

Tints of Mauve Taupe #985573

Color information

#985573 (or 0x985573) is unknown color: approx Mauve Taupe. HEX triplet: 98, 55 and 73. RGB value is (152,85,115). Sum of RGB (Red+Green+Blue) = 152+85+115=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985573 is #67AA8C. Grayscale: #6C6C6C. Windows color (decimal): -6793869 or 7558552. OLE color: 7558552.

HSL color Cylindrical-coordinate representation of color #985573: hue angle of 333.13º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985573 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15285115-
CMYK00.440.240.40
HSL333.13º28.27%46.47%-
HSV(B)333.13º44.08%59.61%-
XYZ19.2914.4117.98-
YUV108.45131.7159.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=43.18%
G=24.15%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528511500.440.240.40333.1328.2746.47
Hex98557302C182814d1c2e
Octal23012516305430505153456
Binary100110001010101111001101011001100010100010100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985573; }

 p { color: rgb(152,85,115); }

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

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

 a { background-color: rgb(152,85,115); }

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

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

 span { border-color: rgb(152,85,115); }

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