Html Css Color HEX #955570 Mauve Taupe

📋 copy color: '#955570'

red 149 ◦ green 85 ◦ blue 112

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

Shades of Mauve Taupe #955570

Tints of Mauve Taupe #955570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 43.06%
G = 24.57%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#955570 (or 0x955570) is known color: Mauve Taupe. HEX triplet: 95, 55 and 70. RGB value is (149,85,112). Sum of RGB (Red+Green+Blue) = 149+85+112=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955570 is #6AAA8F. Grayscale: #6B6B6B. Windows color (decimal): -6990480 or 7361941. OLE color: 7361941.

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

Color convert

RGB 149 85 112 -
CMYK 0 0.43 0.25 0.42
HSL 334.69º 0.27% 0.46% -
HSV(B) 334.69º 0.43% 0.58% -
XYZ 18.57 14.06 17.06 -
YUV 107.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 149 85 112 0 0.43 0.25 0.42 334.69 0.27 0.46
Hex 95 55 70 0 2B 19 2A 14F 1B 2E
Octal 225 125 160 0 53 31 52 517 33 56
Binary 10010101 1010101 1110000 0 101011 11001 101010 101001111 11011 101110

Color Harmonies of #955570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955570

Black with #955570

Text Example


Text Example

White with #955570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955570; }

 p { color: rgb(149,85,112); }

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

background-color css

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

 a { background-color: rgb(149,85,112); }

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

border-color css

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

 span { border-color: rgb(149,85,112); }

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