#985474

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

Shades of Mauve Taupe #985474

Tints of Mauve Taupe #985474

Color information

#985474 (or 0x985474) is unknown color: approx Mauve Taupe. HEX triplet: 98, 54 and 74. RGB value is (152,84,116). Sum of RGB (Red+Green+Blue) = 152+84+116=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985474 is #67AB8B. Grayscale: #6B6B6B. Windows color (decimal): -6794124 or 7623832. OLE color: 7623832.

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

Color convert

RGB15284116-
CMYK00.450.240.40
HSL331.76º28.81%46.27%-
HSV(B)331.76º44.74%59.61%-
XYZ19.2714.2818.26-
YUV107.98132.53159.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=43.18%
G=23.86%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528411600.450.240.40331.7628.8146.27
Hex98547402D182814c1d2e
Octal23012416405530505143556
Binary100110001010100111010001011011100010100010100110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985474; }

 p { color: rgb(152,84,116); }

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

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

 a { background-color: rgb(152,84,116); }

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

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

 span { border-color: rgb(152,84,116); }

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