#8C5673

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

Shades of Mauve Taupe #8C5673

Tints of Mauve Taupe #8C5673

Color information

#8C5673 (or 0x8C5673) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 56 and 73. RGB value is (140,86,115). Sum of RGB (Red+Green+Blue) = 140+86+115=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5673 is #73A98C. Grayscale: #696969. Windows color (decimal): -7580045 or 7558796. OLE color: 7558796.

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

Color convert

RGB14086115-
CMYK00.390.180.45
HSL327.78º23.89%44.31%-
HSV(B)327.78º38.57%54.9%-
XYZ17.2413.4717.91-
YUV105.45133.39152.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=41.06%
G=25.22%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408611500.390.180.45327.7823.8944.31
Hex8C5673027122D148182c
Octal21412616304722555103054
Binary100011001010110111001101001111001010110110100100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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