Html Css Color HEX #946171 Mauve Taupe

📋 copy color: '#946171'

red 148 ◦ green 97 ◦ blue 113

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

Shades of Mauve Taupe #946171

Tints of Mauve Taupe #946171

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 41.34%
G = 27.09%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946171 (or 0x946171) is known color: Mauve Taupe. HEX triplet: 94, 61 and 71. RGB value is (148,97,113). Sum of RGB (Red+Green+Blue) = 148+97+113=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946171 is #6B9E8E. Grayscale: #727272. Windows color (decimal): -7052943 or 7430548. OLE color: 7430548.

HSL color Cylindrical-coordinate representation of color #946171: hue angle of 341.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946171 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 113 -
CMYK 0 0.34 0.24 0.42
HSL 341.18º 0.21% 0.48% -
HSV(B) 341.18º 0.34% 0.58% -
XYZ 19.47 16.04 17.69 -
YUV 114.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 148 97 113 0 0.34 0.24 0.42 341.18 0.21 0.48
Hex 94 61 71 0 22 18 2A 155 15 30
Octal 224 141 161 0 42 30 52 525 25 60
Binary 10010100 1100001 1110001 0 100010 11000 101010 101010101 10101 110000

Color Harmonies of #946171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946171

Black with #946171

Text Example


Text Example

White with #946171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946171; }

 p { color: rgb(148,97,113); }

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

background-color css

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

 a { background-color: rgb(148,97,113); }

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

border-color css

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

 span { border-color: rgb(148,97,113); }

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