Html Css Color HEX #955874 Mauve Taupe

📋 copy color: '#955874'

red 149 ◦ green 88 ◦ blue 116

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

Shades of Mauve Taupe #955874

Tints of Mauve Taupe #955874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 42.21%
G = 24.93%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955874 (or 0x955874) is known color: Mauve Taupe. HEX triplet: 95, 58 and 74. RGB value is (149,88,116). Sum of RGB (Red+Green+Blue) = 149+88+116=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955874 is #6AA78B. Grayscale: #6D6D6D. Windows color (decimal): -6989708 or 7624853. OLE color: 7624853.

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

Color convert

RGB 149 88 116 -
CMYK 0 0.41 0.22 0.42
HSL 332.46º 0.26% 0.46% -
HSV(B) 332.46º 0.41% 0.58% -
XYZ 19.04 14.63 18.34 -
YUV 109.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 149 88 116 0 0.41 0.22 0.42 332.46 0.26 0.46
Hex 95 58 74 0 29 16 2A 14C 1A 2E
Octal 225 130 164 0 51 26 52 514 32 56
Binary 10010101 1011000 1110100 0 101001 10110 101010 101001100 11010 101110

Color Harmonies of #955874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955874

Black with #955874

Text Example


Text Example

White with #955874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955874; }

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

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

background-color css

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

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

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

border-color css

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

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

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