#955770

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

Shades of Mauve Taupe #955770

Tints of Mauve Taupe #955770

Color information

#955770 (or 0x955770) is unknown color: approx Mauve Taupe. HEX triplet: 95, 57 and 70. RGB value is (149,87,112). Sum of RGB (Red+Green+Blue) = 149+87+112=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955770 is #6AA88F. Grayscale: #6C6C6C. Windows color (decimal): -6989968 or 7362453. OLE color: 7362453.

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

Color convert

RGB14987112-
CMYK00.420.250.42
HSL335.81º26.27%46.27%-
HSV(B)335.81º41.61%58.43%-
XYZ18.7314.3817.12-
YUV108.39130.04156.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=42.82%
G=25%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498711200.420.250.42335.8126.2746.27
Hex95577002A192A1501a2e
Octal22512716005231525203256
Binary100101011010111111000001010101100110101010101000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955770; }

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

 H1.HeaderClassName
 {
   color: #955770;
 }
 .AnyTagClassName
 {
   color: #955770;
 }
</style>
background-color css

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

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

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

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

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

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