Html Css Color HEX #935473 Mauve Taupe

📋 copy color: '#935473'

red 147 ◦ green 84 ◦ blue 115

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

Shades of Mauve Taupe #935473

Tints of Mauve Taupe #935473

RGB

 RED value IS 147 (57.81% from 255) = 42.49%

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

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

R = 42.49%
G = 24.28%
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

#935473 (or 0x935473) is known color: Mauve Taupe. HEX triplet: 93, 54 and 73. RGB value is (147,84,115). Sum of RGB (Red+Green+Blue) = 147+84+115=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935473 is #6CAB8C. Grayscale: #6A6A6A. Windows color (decimal): -7121805 or 7558291. OLE color: 7558291.

HSL color Cylindrical-coordinate representation of color #935473: hue angle of 330.48º degrees, saturation: 0.27, 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 #935473 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 84 115 -
CMYK 0 0.43 0.22 0.42
HSL 330.48º 0.27% 0.45% -
HSV(B) 330.48º 0.43% 0.58% -
XYZ 18.3 13.78 17.92 -
YUV 106.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 147 84 115 0 0.43 0.22 0.42 330.48 0.27 0.45
Hex 93 54 73 0 2B 16 2A 14A 1B 2D
Octal 223 124 163 0 53 26 52 512 33 55
Binary 10010011 1010100 1110011 0 101011 10110 101010 101001010 11011 101101

Color Harmonies of #935473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935473

Black with #935473

Text Example


Text Example

White with #935473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935473; }

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

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

background-color css

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

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

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

border-color css

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

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

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