Html Css Color HEX #985975 Mauve Taupe

📋 copy color: '#985975'

red 152 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #985975

Tints of Mauve Taupe #985975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 42.46%
G = 24.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985975 (or 0x985975) is known color: Mauve Taupe. HEX triplet: 98, 59 and 75. RGB value is (152,89,117). Sum of RGB (Red+Green+Blue) = 152+89+117=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985975 is #67A68A. Grayscale: #6E6E6E. Windows color (decimal): -6792843 or 7690648. OLE color: 7690648.

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

Color convert

RGB 152 89 117 -
CMYK 0 0.41 0.23 0.40
HSL 333.33º 0.26% 0.47% -
HSV(B) 333.33º 0.41% 0.6% -
XYZ 19.73 15.1 18.71 -
YUV 111.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 152 89 117 0 0.41 0.23 0.40 333.33 0.26 0.47
Hex 98 59 75 0 29 17 28 14D 1A 2F
Octal 230 131 165 0 51 27 50 515 32 57
Binary 10011000 1011001 1110101 0 101001 10111 101000 101001101 11010 101111

Color Harmonies of #985975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985975

Black with #985975

Text Example


Text Example

White with #985975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985975; }

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

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

background-color css

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

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

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

border-color css

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

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

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