#8C5C71

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

Shades of Mauve Taupe #8C5C71

Tints of Mauve Taupe #8C5C71

Color information

#8C5C71 (or 0x8C5C71) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5C and 71. RGB value is (140,92,113). Sum of RGB (Red+Green+Blue) = 140+92+113=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C71 is #73A38E. Grayscale: #6C6C6C. Windows color (decimal): -7578511 or 7429260. OLE color: 7429260.

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

Color convert

RGB14092113-
CMYK00.340.190.45
HSL333.75º20.69%45.49%-
HSV(B)333.75º34.29%54.9%-
XYZ17.6214.4217.48-
YUV108.75130.4150.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=40.58%
G=26.67%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409211300.340.190.45333.7520.6945.49
Hex8C5C71022132D14e152d
Octal21413416104223555162555
Binary100011001011100111000101000101001110110110100111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,113); }

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

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

 a { background-color: rgb(140,92,113); }

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

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

 span { border-color: rgb(140,92,113); }

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