Html Css Color HEX #985375 Mauve Taupe

📋 copy color: '#985375'

red 152 ◦ green 83 ◦ blue 117

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

Shades of Mauve Taupe #985375

Tints of Mauve Taupe #985375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

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

R = 43.18%
G = 23.58%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985375 (or 0x985375) is known color: Mauve Taupe. HEX triplet: 98, 53 and 75. RGB value is (152,83,117). Sum of RGB (Red+Green+Blue) = 152+83+117=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985375 is #67AC8A. Grayscale: #6B6B6B. Windows color (decimal): -6794379 or 7689112. OLE color: 7689112.

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

Color convert

RGB 152 83 117 -
CMYK 0 0.45 0.23 0.40
HSL 330.43º 0.29% 0.46% -
HSV(B) 330.43º 0.45% 0.6% -
XYZ 19.25 14.15 18.55 -
YUV 107.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 152 83 117 0 0.45 0.23 0.40 330.43 0.29 0.46
Hex 98 53 75 0 2D 17 28 14A 1D 2E
Octal 230 123 165 0 55 27 50 512 35 56
Binary 10011000 1010011 1110101 0 101101 10111 101000 101001010 11101 101110

Color Harmonies of #985375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985375

Black with #985375

Text Example


Text Example

White with #985375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985375; }

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

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

background-color css

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

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

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

border-color css

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

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

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