Html Css Color HEX #955474 Mauve Taupe

📋 copy color: '#955474'

red 149 ◦ green 84 ◦ blue 116

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

Shades of Mauve Taupe #955474

Tints of Mauve Taupe #955474

RGB

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

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

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

R = 42.69%
G = 24.07%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955474 (or 0x955474) is known color: Mauve Taupe. HEX triplet: 95, 54 and 74. RGB value is (149,84,116). Sum of RGB (Red+Green+Blue) = 149+84+116=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955474 is #6AAB8B. Grayscale: #6B6B6B. Windows color (decimal): -6990732 or 7623829. OLE color: 7623829.

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

Color convert

RGB 149 84 116 -
CMYK 0 0.44 0.22 0.42
HSL 330.46º 0.28% 0.46% -
HSV(B) 330.46º 0.44% 0.58% -
XYZ 18.72 13.99 18.24 -
YUV 107.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 149 84 116 0 0.44 0.22 0.42 330.46 0.28 0.46
Hex 95 54 74 0 2C 16 2A 14A 1C 2E
Octal 225 124 164 0 54 26 52 512 34 56
Binary 10010101 1010100 1110100 0 101100 10110 101010 101001010 11100 101110

Color Harmonies of #955474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955474

Black with #955474

Text Example


Text Example

White with #955474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955474; }

 p { color: rgb(149,84,116); }

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

background-color css

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

 a { background-color: rgb(149,84,116); }

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

border-color css

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

 span { border-color: rgb(149,84,116); }

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