Html Css Color HEX #985C73 Mauve Taupe

📋 copy color: '#985C73'

red 152 ◦ green 92 ◦ blue 115

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

Shades of Mauve Taupe #985C73

Tints of Mauve Taupe #985C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

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

R = 42.34%
G = 25.63%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985C73 (or 0x985C73) is known color: Mauve Taupe. HEX triplet: 98, 5C and 73. RGB value is (152,92,115). Sum of RGB (Red+Green+Blue) = 152+92+115=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #985C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C73 is #67A38C. Grayscale: #707070. Windows color (decimal): -6792077 or 7560344. OLE color: 7560344.

HSL color Cylindrical-coordinate representation of color #985C73: hue angle of 337º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C73 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 115 -
CMYK 0 0.39 0.24 0.40
HSL 337º 0.25% 0.48% -
HSV(B) 337º 0.39% 0.6% -
XYZ 19.87 15.57 18.18 -
YUV 112.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 152 92 115 0 0.39 0.24 0.40 337 0.25 0.48
Hex 98 5C 73 0 27 18 28 151 19 30
Octal 230 134 163 0 47 30 50 521 31 60
Binary 10011000 1011100 1110011 0 100111 11000 101000 101010001 11001 110000

Color Harmonies of #985C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C73

Black with #985C73

Text Example


Text Example

White with #985C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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