#985872

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

Shades of Mauve Taupe #985872

Tints of Mauve Taupe #985872

Color information

#985872 (or 0x985872) is unknown color: approx Mauve Taupe. HEX triplet: 98, 58 and 72. RGB value is (152,88,114). Sum of RGB (Red+Green+Blue) = 152+88+114=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985872 is #67A78D. Grayscale: #6E6E6E. Windows color (decimal): -6793102 or 7493784. OLE color: 7493784.

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

Color convert

RGB15288114-
CMYK00.420.250.40
HSL335.62º26.67%47.06%-
HSV(B)335.62º42.11%59.61%-
XYZ19.4814.8717.76-
YUV110.1130.2157.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=42.94%
G=24.86%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528811400.420.250.40335.6226.6747.06
Hex98587202A19281501b2f
Octal23013016205231505203357
Binary100110001011000111001001010101100110100010101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985872; }

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

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

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

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

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

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

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

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