Html Css Color HEX #946472 Mauve Taupe

📋 copy color: '#946472'

red 148 ◦ green 100 ◦ blue 114

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

Shades of Mauve Taupe #946472

Tints of Mauve Taupe #946472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 40.88%
G = 27.62%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#946472 (or 0x946472) is known color: Mauve Taupe. HEX triplet: 94, 64 and 72. RGB value is (148,100,114). Sum of RGB (Red+Green+Blue) = 148+100+114=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946472 is #6B9B8D. Grayscale: #737373. Windows color (decimal): -7052174 or 7496852. OLE color: 7496852.

HSL color Cylindrical-coordinate representation of color #946472: hue angle of 342.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946472 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 114 -
CMYK 0 0.32 0.23 0.42
HSL 342.5º 0.19% 0.49% -
HSV(B) 342.5º 0.32% 0.58% -
XYZ 19.81 16.63 18.08 -
YUV 115.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 148 100 114 0 0.32 0.23 0.42 342.5 0.19 0.49
Hex 94 64 72 0 20 17 2A 156 13 31
Octal 224 144 162 0 40 27 52 526 23 61
Binary 10010100 1100100 1110010 0 100000 10111 101010 101010110 10011 110001

Color Harmonies of #946472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946472

Black with #946472

Text Example


Text Example

White with #946472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946472; }

 p { color: rgb(148,100,114); }

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

background-color css

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

 a { background-color: rgb(148,100,114); }

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

border-color css

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

 span { border-color: rgb(148,100,114); }

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