Html Css Color HEX #946373 Mauve Taupe

📋 copy color: '#946373'

red 148 ◦ green 99 ◦ blue 115

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

Shades of Mauve Taupe #946373

Tints of Mauve Taupe #946373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 40.88%
G = 27.35%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946373 (or 0x946373) is known color: Mauve Taupe. HEX triplet: 94, 63 and 73. RGB value is (148,99,115). Sum of RGB (Red+Green+Blue) = 148+99+115=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946373 is #6B9C8C. Grayscale: #737373. Windows color (decimal): -7052429 or 7562132. OLE color: 7562132.

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

Color convert

RGB 148 99 115 -
CMYK 0 0.33 0.22 0.42
HSL 340.41º 0.2% 0.48% -
HSV(B) 340.41º 0.33% 0.58% -
XYZ 19.77 16.46 18.35 -
YUV 115.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 148 99 115 0 0.33 0.22 0.42 340.41 0.2 0.48
Hex 94 63 73 0 21 16 2A 154 14 30
Octal 224 143 163 0 41 26 52 524 24 60
Binary 10010100 1100011 1110011 0 100001 10110 101010 101010100 10100 110000

Color Harmonies of #946373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946373

Black with #946373

Text Example


Text Example

White with #946373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946373; }

 p { color: rgb(148,99,115); }

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

background-color css

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

 a { background-color: rgb(148,99,115); }

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

border-color css

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

 span { border-color: rgb(148,99,115); }

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