#985875

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

Shades of Mauve Taupe #985875

Tints of Mauve Taupe #985875

Color information

#985875 (or 0x985875) is unknown color: approx Mauve Taupe. HEX triplet: 98, 58 and 75. RGB value is (152,88,117). Sum of RGB (Red+Green+Blue) = 152+88+117=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985875 is #67A78A. Grayscale: #6E6E6E. Windows color (decimal): -6793099 or 7690392. OLE color: 7690392.

HSL color Cylindrical-coordinate representation of color #985875: hue angle of 332.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985875 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15288117-
CMYK00.420.230.40
HSL332.81º26.67%47.06%-
HSV(B)332.81º42.11%59.61%-
XYZ19.6514.9418.68-
YUV110.44131.7157.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=42.58%
G=24.65%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528811700.420.230.40332.8126.6747.06
Hex98587502A172814d1b2f
Octal23013016505227505153357
Binary100110001011000111010101010101011110100010100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985875; }

 p { color: rgb(152,88,117); }

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

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

 a { background-color: rgb(152,88,117); }

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

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

 span { border-color: rgb(152,88,117); }

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