Html Css Color HEX #935573 Mauve Taupe

📋 copy color: '#935573'

red 147 ◦ green 85 ◦ blue 115

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

Shades of Mauve Taupe #935573

Tints of Mauve Taupe #935573

RGB

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

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

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

R = 42.36%
G = 24.5%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935573 (or 0x935573) is known color: Mauve Taupe. HEX triplet: 93, 55 and 73. RGB value is (147,85,115). Sum of RGB (Red+Green+Blue) = 147+85+115=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935573 is #6CAA8C. Grayscale: #6A6A6A. Windows color (decimal): -7121549 or 7558547. OLE color: 7558547.

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

Color convert

RGB 147 85 115 -
CMYK 0 0.42 0.22 0.42
HSL 330.97º 0.27% 0.45% -
HSV(B) 330.97º 0.42% 0.58% -
XYZ 18.38 13.94 17.94 -
YUV 106.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 147 85 115 0 0.42 0.22 0.42 330.97 0.27 0.45
Hex 93 55 73 0 2A 16 2A 14B 1B 2D
Octal 223 125 163 0 52 26 52 513 33 55
Binary 10010011 1010101 1110011 0 101010 10110 101010 101001011 11011 101101

Color Harmonies of #935573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935573

Black with #935573

Text Example


Text Example

White with #935573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935573; }

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

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

background-color css

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

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

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

border-color css

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

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

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