#8C5F6A

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

Shades of Mauve Taupe #8C5F6A

Tints of Mauve Taupe #8C5F6A

Color information

#8C5F6A (or 0x8C5F6A) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 6A. RGB value is (140,95,106). Sum of RGB (Red+Green+Blue) = 140+95+106=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F6A is #73A095. Grayscale: #6D6D6D. Windows color (decimal): -7577750 or 6971276. OLE color: 6971276.

HSL color Cylindrical-coordinate representation of color #8C5F6A: hue angle of 345.33º 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 #8C5F6A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB14095106-
CMYK00.320.240.45
HSL345.33º19.15%46.08%-
HSV(B)345.33º32.14%54.9%-
XYZ17.5114.815.57-
YUV109.71125.91149.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=41.06%
G=27.86%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409510600.320.240.45345.3319.1546.08
Hex8C5F6A020182D159132e
Octal21413715204030555312356
Binary100011001011111110101001000001100010110110101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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