#8C5873

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

Shades of Mauve Taupe #8C5873

Tints of Mauve Taupe #8C5873

Color information

#8C5873 (or 0x8C5873) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 58 and 73. RGB value is (140,88,115). Sum of RGB (Red+Green+Blue) = 140+88+115=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5873 is #73A78C. Grayscale: #6A6A6A. Windows color (decimal): -7579533 or 7559308. OLE color: 7559308.

HSL color Cylindrical-coordinate representation of color #8C5873: hue angle of 328.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5873 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14088115-
CMYK00.370.180.45
HSL328.85º22.81%44.71%-
HSV(B)328.85º37.14%54.9%-
XYZ17.413.7917.96-
YUV106.63132.73151.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=40.82%
G=25.66%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408811500.370.180.45328.8522.8144.71
Hex8C5873025122D149172d
Octal21413016304522555112755
Binary100011001011000111001101001011001010110110100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5873; }

 p { color: rgb(140,88,115); }

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

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

 a { background-color: rgb(140,88,115); }

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

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

 span { border-color: rgb(140,88,115); }

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