Html Css Color HEX #955973 Mauve Taupe

📋 copy color: '#955973'

red 149 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #955973

Tints of Mauve Taupe #955973

RGB

 RED value IS 149 (58.59% from 255) = 42.21%

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

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

R = 42.21%
G = 25.21%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#955973 (or 0x955973) is known color: Mauve Taupe. HEX triplet: 95, 59 and 73. RGB value is (149,89,115). Sum of RGB (Red+Green+Blue) = 149+89+115=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955973 is #6AA68C. Grayscale: #6D6D6D. Windows color (decimal): -6989453 or 7559573. OLE color: 7559573.

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

Color convert

RGB 149 89 115 -
CMYK 0 0.40 0.23 0.42
HSL 334º 0.25% 0.47% -
HSV(B) 334º 0.4% 0.58% -
XYZ 19.06 14.77 18.07 -
YUV 109.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 149 89 115 0 0.40 0.23 0.42 334 0.25 0.47
Hex 95 59 73 0 28 17 2A 14E 19 2F
Octal 225 131 163 0 50 27 52 516 31 57
Binary 10010101 1011001 1110011 0 101000 10111 101010 101001110 11001 101111

Color Harmonies of #955973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955973

Black with #955973

Text Example


Text Example

White with #955973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955973; }

 p { color: rgb(149,89,115); }

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

background-color css

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

 a { background-color: rgb(149,89,115); }

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

border-color css

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

 span { border-color: rgb(149,89,115); }

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