Html Css Color HEX #945473 Mauve Taupe

📋 copy color: '#945473'

red 148 ◦ green 84 ◦ blue 115

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

Shades of Mauve Taupe #945473

Tints of Mauve Taupe #945473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 42.65%
G = 24.21%
B = 33.14%

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

#945473 (or 0x945473) is known color: Mauve Taupe. HEX triplet: 94, 54 and 73. RGB value is (148,84,115). Sum of RGB (Red+Green+Blue) = 148+84+115=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945473 is #6BAB8C. Grayscale: #6A6A6A. Windows color (decimal): -7056269 or 7558292. OLE color: 7558292.

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

Color convert

RGB 148 84 115 -
CMYK 0 0.43 0.22 0.42
HSL 330.94º 0.28% 0.45% -
HSV(B) 330.94º 0.43% 0.58% -
XYZ 18.48 13.87 17.92 -
YUV 106.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 148 84 115 0 0.43 0.22 0.42 330.94 0.28 0.45
Hex 94 54 73 0 2B 16 2A 14B 1C 2D
Octal 224 124 163 0 53 26 52 513 34 55
Binary 10010100 1010100 1110011 0 101011 10110 101010 101001011 11100 101101

Color Harmonies of #945473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945473

Black with #945473

Text Example


Text Example

White with #945473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945473; }

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

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

background-color css

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

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

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

border-color css

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

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

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