Html Css Color HEX #946176 Mauve Taupe

📋 copy color: '#946176'

red 148 ◦ green 97 ◦ blue 118

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

Shades of Mauve Taupe #946176

Tints of Mauve Taupe #946176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 40.77%
G = 26.72%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946176 (or 0x946176) is known color: Mauve Taupe. HEX triplet: 94, 61 and 76. RGB value is (148,97,118). Sum of RGB (Red+Green+Blue) = 148+97+118=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946176 is #6B9E89. Grayscale: #727272. Windows color (decimal): -7052938 or 7758228. OLE color: 7758228.

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

Color convert

RGB 148 97 118 -
CMYK 0 0.34 0.20 0.42
HSL 335.29º 0.21% 0.48% -
HSV(B) 335.29º 0.34% 0.58% -
XYZ 19.76 16.15 19.22 -
YUV 114.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 148 97 118 0 0.34 0.20 0.42 335.29 0.21 0.48
Hex 94 61 76 0 22 14 2A 14F 15 30
Octal 224 141 166 0 42 24 52 517 25 60
Binary 10010100 1100001 1110110 0 100010 10100 101010 101001111 10101 110000

Color Harmonies of #946176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946176

Black with #946176

Text Example


Text Example

White with #946176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946176; }

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

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

background-color css

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

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

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

border-color css

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

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

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