Html Css Color HEX #946170 Mauve Taupe

📋 copy color: '#946170'

red 148 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #946170

Tints of Mauve Taupe #946170

RGB

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

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

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

R = 41.46%
G = 27.17%
B = 31.37%

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

#946170 (or 0x946170) is known color: Mauve Taupe. HEX triplet: 94, 61 and 70. RGB value is (148,97,112). Sum of RGB (Red+Green+Blue) = 148+97+112=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946170 is #6B9E8F. Grayscale: #717171. Windows color (decimal): -7052944 or 7365012. OLE color: 7365012.

HSL color Cylindrical-coordinate representation of color #946170: hue angle of 342.35º 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 #946170 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 112 -
CMYK 0 0.34 0.24 0.42
HSL 342.35º 0.21% 0.48% -
HSV(B) 342.35º 0.34% 0.58% -
XYZ 19.41 16.02 17.4 -
YUV 113.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 148 97 112 0 0.34 0.24 0.42 342.35 0.21 0.48
Hex 94 61 70 0 22 18 2A 156 15 30
Octal 224 141 160 0 42 30 52 526 25 60
Binary 10010100 1100001 1110000 0 100010 11000 101010 101010110 10101 110000

Color Harmonies of #946170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946170

Black with #946170

Text Example


Text Example

White with #946170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946170; }

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

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

background-color css

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

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

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

border-color css

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

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

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