Html Css Color HEX #945974 Mauve Taupe

📋 copy color: '#945974'

red 148 ◦ green 89 ◦ blue 116

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

Shades of Mauve Taupe #945974

Tints of Mauve Taupe #945974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 41.93%
G = 25.21%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945974 (or 0x945974) is known color: Mauve Taupe. HEX triplet: 94, 59 and 74. RGB value is (148,89,116). Sum of RGB (Red+Green+Blue) = 148+89+116=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945974 is #6BA68B. Grayscale: #6D6D6D. Windows color (decimal): -7054988 or 7625108. OLE color: 7625108.

HSL color Cylindrical-coordinate representation of color #945974: hue angle of 332.54º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945974 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 116 -
CMYK 0 0.40 0.22 0.42
HSL 332.54º 0.25% 0.46% -
HSV(B) 332.54º 0.4% 0.58% -
XYZ 18.94 14.7 18.36 -
YUV 109.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 148 89 116 0 0.40 0.22 0.42 332.54 0.25 0.46
Hex 94 59 74 0 28 16 2A 14D 19 2E
Octal 224 131 164 0 50 26 52 515 31 56
Binary 10010100 1011001 1110100 0 101000 10110 101010 101001101 11001 101110

Color Harmonies of #945974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945974

Black with #945974

Text Example


Text Example

White with #945974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945974; }

 p { color: rgb(148,89,116); }

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

background-color css

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

 a { background-color: rgb(148,89,116); }

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

border-color css

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

 span { border-color: rgb(148,89,116); }

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