Html Css Color HEX #945574 Mauve Taupe

📋 copy color: '#945574'

red 148 ◦ green 85 ◦ blue 116

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

Shades of Mauve Taupe #945574

Tints of Mauve Taupe #945574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

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

R = 42.41%
G = 24.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945574 (or 0x945574) is known color: Mauve Taupe. HEX triplet: 94, 55 and 74. RGB value is (148,85,116). Sum of RGB (Red+Green+Blue) = 148+85+116=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945574 is #6BAA8B. Grayscale: #6B6B6B. Windows color (decimal): -7056012 or 7624084. OLE color: 7624084.

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

Color convert

RGB 148 85 116 -
CMYK 0 0.43 0.22 0.42
HSL 330.48º 0.27% 0.46% -
HSV(B) 330.48º 0.43% 0.58% -
XYZ 18.61 14.05 18.25 -
YUV 107.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 148 85 116 0 0.43 0.22 0.42 330.48 0.27 0.46
Hex 94 55 74 0 2B 16 2A 14A 1B 2E
Octal 224 125 164 0 53 26 52 512 33 56
Binary 10010100 1010101 1110100 0 101011 10110 101010 101001010 11011 101110

Color Harmonies of #945574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945574

Black with #945574

Text Example


Text Example

White with #945574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945574; }

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

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

background-color css

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

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

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

border-color css

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

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

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