Html Css Color HEX #985870 Mauve Taupe

📋 copy color: '#985870'

red 152 ◦ green 88 ◦ blue 112

#985870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #985870

Tints of Mauve Taupe #985870

RGB

 RED value IS 152 (59.77% from 255) = 43.18%

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 43.18%
G = 25%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985870 (or 0x985870) is known color: Mauve Taupe. HEX triplet: 98, 58 and 70. RGB value is (152,88,112). Sum of RGB (Red+Green+Blue) = 152+88+112=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985870 is #67A78F. Grayscale: #6D6D6D. Windows color (decimal): -6793104 or 7362712. OLE color: 7362712.

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

Color convert

RGB 152 88 112 -
CMYK 0 0.42 0.26 0.40
HSL 337.5º 0.27% 0.47% -
HSV(B) 337.5º 0.42% 0.6% -
XYZ 19.36 14.82 17.17 -
YUV 109.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 152 88 112 0 0.42 0.26 0.40 337.5 0.27 0.47
Hex 98 58 70 0 2A 1A 28 152 1B 2F
Octal 230 130 160 0 52 32 50 522 33 57
Binary 10011000 1011000 1110000 0 101010 11010 101000 101010010 11011 101111

Color Harmonies of #985870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985870

Black with #985870

Text Example


Text Example

White with #985870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985870; }

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

 H1.HeaderClassName
 {
   color: #985870;
 }
 .AnyTagClassName
 {
   color: #985870;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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