#995275

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

Shades of Mauve Taupe #995275

Tints of Mauve Taupe #995275

Color information

#995275 (or 0x995275) is unknown color: approx Mauve Taupe. HEX triplet: 99, 52 and 75. RGB value is (153,82,117). Sum of RGB (Red+Green+Blue) = 153+82+117=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995275 is #66AD8A. Grayscale: #6B6B6B. Windows color (decimal): -6729099 or 7688857. OLE color: 7688857.

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

Color convert

RGB15382117-
CMYK00.460.240.4
HSL330.42º30.21%46.08%-
HSV(B)330.42º46.41%60%-
XYZ19.3714.0918.53-
YUV107.22133.52160.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=43.47%
G=23.30%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538211700.460.240.4330.4230.2146.08
Hex99527502E182814a1e2e
Octal23112216505630505123656
Binary100110011010010111010101011101100010100010100101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995275; }

 p { color: rgb(153,82,117); }

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

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

 a { background-color: rgb(153,82,117); }

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

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

 span { border-color: rgb(153,82,117); }

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