Html Css Color HEX #985872 Mauve Taupe

📋 copy color: '#985872'

red 152 ◦ green 88 ◦ blue 114

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

Shades of Mauve Taupe #985872

Tints of Mauve Taupe #985872

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.2%

R = 42.94%
G = 24.86%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#985872 (or 0x985872) is known color: 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

RGB 152 88 114 -
CMYK 0 0.42 0.25 0.40
HSL 335.63º 0.27% 0.47% -
HSV(B) 335.63º 0.42% 0.6% -
XYZ 19.48 14.87 17.76 -
YUV 110.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 152 88 114 0 0.42 0.25 0.40 335.63 0.27 0.47
Hex 98 58 72 0 2A 19 28 150 1B 2F
Octal 230 130 162 0 52 31 50 520 33 57
Binary 10011000 1011000 1110010 0 101010 11001 101000 101010000 11011 101111

Color Harmonies of #985872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985872

Black with #985872

Text Example


Text Example

White with #985872

Text Example


Text Example

HTML Codes & Css Web 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>