#8C5F6C

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

Shades of Mauve Taupe #8C5F6C

Tints of Mauve Taupe #8C5F6C

Color information

#8C5F6C (or 0x8C5F6C) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 6C. RGB value is (140,95,108). Sum of RGB (Red+Green+Blue) = 140+95+108=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F6C is #73A093. Grayscale: #6D6D6D. Windows color (decimal): -7577748 or 7102348. OLE color: 7102348.

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

Color convert

RGB14095108-
CMYK00.320.230.45
HSL342.67º19.15%46.08%-
HSV(B)342.67º32.14%54.9%-
XYZ17.6114.8416.12-
YUV109.94126.91149.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=40.82%
G=27.70%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409510800.320.230.45342.6719.1546.08
Hex8C5F6C020172D157132e
Octal21413715404027555272356
Binary100011001011111110110001000001011110110110101011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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