#955570

Color #955570 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #955570

Tints of Mauve Taupe #955570

Color information

#955570 (or 0x955570) is unknown color: approx 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

RGB14985112-
CMYK00.430.250.42
HSL334.69º27.35%45.88%-
HSV(B)334.69º42.95%58.43%-
XYZ18.5714.0617.06-
YUV107.21130.7157.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511200.430.250.42334.6927.3545.88
Hex95557002B192A14f1b2e
Octal22512516005331525173356
Binary100101011010101111000001010111100110101010100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>