Html Css Color HEX #985C75 Mauve Taupe

📋 copy color: '#985C75'

red 152 ◦ green 92 ◦ blue 117

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

Shades of Mauve Taupe #985C75

Tints of Mauve Taupe #985C75

RGB

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

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

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

R = 42.11%
G = 25.48%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985C75 (or 0x985C75) is known color: Mauve Taupe. HEX triplet: 98, 5C and 75. RGB value is (152,92,117). Sum of RGB (Red+Green+Blue) = 152+92+117=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C75 is #67A38A. Grayscale: #707070. Windows color (decimal): -6792075 or 7691416. OLE color: 7691416.

HSL color Cylindrical-coordinate representation of color #985C75: hue angle of 335º 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 #985C75 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 117 -
CMYK 0 0.39 0.23 0.40
HSL 335º 0.25% 0.48% -
HSV(B) 335º 0.39% 0.6% -
XYZ 19.99 15.61 18.79 -
YUV 112.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 152 92 117 0 0.39 0.23 0.40 335 0.25 0.48
Hex 98 5C 75 0 27 17 28 14F 19 30
Octal 230 134 165 0 47 27 50 517 31 60
Binary 10011000 1011100 1110101 0 100111 10111 101000 101001111 11001 110000

Color Harmonies of #985C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C75

Black with #985C75

Text Example


Text Example

White with #985C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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