#8C5F6F

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

Shades of Mauve Taupe #8C5F6F

Tints of Mauve Taupe #8C5F6F

Color information

#8C5F6F (or 0x8C5F6F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 6F. RGB value is (140,95,111). Sum of RGB (Red+Green+Blue) = 140+95+111=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F6F is #73A090. Grayscale: #6E6E6E. Windows color (decimal): -7577745 or 7298956. OLE color: 7298956.

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

Color convert

RGB14095111-
CMYK00.320.210.45
HSL338.67º19.15%46.08%-
HSV(B)338.67º32.14%54.9%-
XYZ17.7814.9116.98-
YUV110.28128.41149.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=40.46%
G=27.46%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409511100.320.210.45338.6719.1546.08
Hex8C5F6F020152D153132e
Octal21413715704025555232356
Binary100011001011111110111101000001010110110110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,95,111); }

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

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

 a { background-color: rgb(140,95,111); }

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

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

 span { border-color: rgb(140,95,111); }

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