Html Css Color HEX #985873 Mauve Taupe

📋 copy color: '#985873'

red 152 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #985873

Tints of Mauve Taupe #985873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 42.82%
G = 24.79%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985873 (or 0x985873) is known color: Mauve Taupe. HEX triplet: 98, 58 and 73. RGB value is (152,88,115). Sum of RGB (Red+Green+Blue) = 152+88+115=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985873 is #67A78C. Grayscale: #6E6E6E. Windows color (decimal): -6793101 or 7559320. OLE color: 7559320.

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

Color convert

RGB 152 88 115 -
CMYK 0 0.42 0.24 0.40
HSL 334.69º 0.27% 0.47% -
HSV(B) 334.69º 0.42% 0.6% -
XYZ 19.53 14.89 18.06 -
YUV 110.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 152 88 115 0 0.42 0.24 0.40 334.69 0.27 0.47
Hex 98 58 73 0 2A 18 28 14F 1B 2F
Octal 230 130 163 0 52 30 50 517 33 57
Binary 10011000 1011000 1110011 0 101010 11000 101000 101001111 11011 101111

Color Harmonies of #985873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985873

Black with #985873

Text Example


Text Example

White with #985873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985873; }

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

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

background-color css

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

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

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

border-color css

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

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

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