#95586C

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

Shades of Mauve Taupe #95586C

Tints of Mauve Taupe #95586C

Color information

#95586C (or 0x95586C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 6C. RGB value is (149,88,108). Sum of RGB (Red+Green+Blue) = 149+88+108=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95586C is #6AA793. Grayscale: #6C6C6C. Windows color (decimal): -6989716 or 7100565. OLE color: 7100565.

HSL color Cylindrical-coordinate representation of color #95586C: hue angle of 340.33º 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 #95586C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14988108-
CMYK00.410.280.42
HSL340.33º25.74%46.47%-
HSV(B)340.33º40.94%58.43%-
XYZ18.5914.4516-
YUV108.52127.71156.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=43.19%
G=25.51%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498810800.410.280.42340.3325.7446.47
Hex95586C0291C2A1541a2e
Octal22513015405134525243256
Binary100101011011000110110001010011110010101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95586C; }

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

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

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

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

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

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

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

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