Html Css Color HEX #985472 Mauve Taupe

📋 copy color: '#985472'

red 152 ◦ green 84 ◦ blue 114

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

Shades of Mauve Taupe #985472

Tints of Mauve Taupe #985472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 43.43%
G = 24%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#985472 (or 0x985472) is known color: Mauve Taupe. HEX triplet: 98, 54 and 72. RGB value is (152,84,114). Sum of RGB (Red+Green+Blue) = 152+84+114=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #985472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985472 is #67AB8D. Grayscale: #6B6B6B. Windows color (decimal): -6794126 or 7492760. OLE color: 7492760.

HSL color Cylindrical-coordinate representation of color #985472: hue angle of 333.53º 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 #985472 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 114 -
CMYK 0 0.45 0.25 0.40
HSL 333.53º 0.29% 0.46% -
HSV(B) 333.53º 0.45% 0.6% -
XYZ 19.16 14.23 17.66 -
YUV 107.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 152 84 114 0 0.45 0.25 0.40 333.53 0.29 0.46
Hex 98 54 72 0 2D 19 28 14E 1D 2E
Octal 230 124 162 0 55 31 50 516 35 56
Binary 10011000 1010100 1110010 0 101101 11001 101000 101001110 11101 101110

Color Harmonies of #985472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985472

Black with #985472

Text Example


Text Example

White with #985472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985472; }

 p { color: rgb(152,84,114); }

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

background-color css

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

 a { background-color: rgb(152,84,114); }

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

border-color css

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

 span { border-color: rgb(152,84,114); }

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