#995176

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

Shades of Mauve Taupe #995176

Tints of Mauve Taupe #995176

Color information

#995176 (or 0x995176) is unknown color: approx Mauve Taupe. HEX triplet: 99, 51 and 76. RGB value is (153,81,118). Sum of RGB (Red+Green+Blue) = 153+81+118=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995176 is #66AE89. Grayscale: #6A6A6A. Windows color (decimal): -6729354 or 7754137. OLE color: 7754137.

HSL color Cylindrical-coordinate representation of color #995176: hue angle of 329.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995176 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15381118-
CMYK00.470.230.4
HSL329.17º30.77%45.88%-
HSV(B)329.17º47.06%60%-
XYZ19.3513.9718.82-
YUV106.75134.35160.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=43.47%
G=23.01%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538111800.470.230.4329.1730.7745.88
Hex99517602F17281491f2e
Octal23112116605727505113756
Binary100110011010001111011001011111011110100010100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995176; }

 p { color: rgb(153,81,118); }

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

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

 a { background-color: rgb(153,81,118); }

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

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

 span { border-color: rgb(153,81,118); }

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