#955475

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

Shades of Mauve Taupe #955475

Tints of Mauve Taupe #955475

Color information

#955475 (or 0x955475) is unknown color: approx Mauve Taupe. HEX triplet: 95, 54 and 75. RGB value is (149,84,117). Sum of RGB (Red+Green+Blue) = 149+84+117=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955475 is #6AAB8A. Grayscale: #6B6B6B. Windows color (decimal): -6990731 or 7689365. OLE color: 7689365.

HSL color Cylindrical-coordinate representation of color #955475: hue angle of 329.54º 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 #955475 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14984117-
CMYK00.440.210.42
HSL329.54º27.9%45.69%-
HSV(B)329.54º43.62%58.43%-
XYZ18.7814.0118.55-
YUV107.2133.53157.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=42.57%
G=24%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498411700.440.210.42329.5427.945.69
Hex95547502C152A14a1c2e
Octal22512416505425525123456
Binary100101011010100111010101011001010110101010100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955475; }

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

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

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

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

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

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

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

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