Html Css Color HEX #985570 Mauve Taupe

📋 copy color: '#985570'

red 152 ◦ green 85 ◦ blue 112

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

Shades of Mauve Taupe #985570

Tints of Mauve Taupe #985570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 43.55%
G = 24.36%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985570 (or 0x985570) is known color: Mauve Taupe. HEX triplet: 98, 55 and 70. RGB value is (152,85,112). Sum of RGB (Red+Green+Blue) = 152+85+112=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #985570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985570 is #67AA8F. Grayscale: #6C6C6C. Windows color (decimal): -6793872 or 7361944. OLE color: 7361944.

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

Color convert

RGB 152 85 112 -
CMYK 0 0.44 0.26 0.40
HSL 335.82º 0.28% 0.46% -
HSV(B) 335.82º 0.44% 0.6% -
XYZ 19.12 14.34 17.09 -
YUV 108.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 152 85 112 0 0.44 0.26 0.40 335.82 0.28 0.46
Hex 98 55 70 0 2C 1A 28 150 1C 2E
Octal 230 125 160 0 54 32 50 520 34 56
Binary 10011000 1010101 1110000 0 101100 11010 101000 101010000 11100 101110

Color Harmonies of #985570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985570

Black with #985570

Text Example


Text Example

White with #985570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985570; }

 p { color: rgb(152,85,112); }

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

background-color css

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

 a { background-color: rgb(152,85,112); }

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

border-color css

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

 span { border-color: rgb(152,85,112); }

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