#985576

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

Shades of Mauve Taupe #985576

Tints of Mauve Taupe #985576

Color information

#985576 (or 0x985576) is unknown color: approx Mauve Taupe. HEX triplet: 98, 55 and 76. RGB value is (152,85,118). Sum of RGB (Red+Green+Blue) = 152+85+118=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985576 is #67AA89. Grayscale: #6C6C6C. Windows color (decimal): -6793866 or 7755160. OLE color: 7755160.

HSL color Cylindrical-coordinate representation of color #985576: hue angle of 330.45º 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 #985576 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15285118-
CMYK00.440.220.40
HSL330.45º28.27%46.47%-
HSV(B)330.45º44.08%59.61%-
XYZ19.4714.4818.91-
YUV108.79133.2158.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=42.82%
G=23.94%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528511800.440.220.40330.4528.2746.47
Hex98557602C162814a1c2e
Octal23012516605426505123456
Binary100110001010101111011001011001011010100010100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985576; }

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

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

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

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

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

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

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

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