Html Css Color HEX #946168 Mauve Taupe

📋 copy color: '#946168'

red 148 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #946168

Tints of Mauve Taupe #946168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 42.41%
G = 27.79%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946168 (or 0x946168) is known color: Mauve Taupe. HEX triplet: 94, 61 and 68. RGB value is (148,97,104). Sum of RGB (Red+Green+Blue) = 148+97+104=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946168 is #6B9E97. Grayscale: #717171. Windows color (decimal): -7052952 or 6840724. OLE color: 6840724.

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

Color convert

RGB 148 97 104 -
CMYK 0 0.34 0.30 0.42
HSL 351.76º 0.21% 0.48% -
HSV(B) 351.76º 0.34% 0.58% -
XYZ 18.99 15.84 15.15 -
YUV 113.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 148 97 104 0 0.34 0.30 0.42 351.76 0.21 0.48
Hex 94 61 68 0 22 1E 2A 160 15 30
Octal 224 141 150 0 42 36 52 540 25 60
Binary 10010100 1100001 1101000 0 100010 11110 101010 101100000 10101 110000

Color Harmonies of #946168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946168

Black with #946168

Text Example


Text Example

White with #946168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946168; }

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

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

background-color css

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

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

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

border-color css

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

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

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