#8C5F66

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

Shades of Mauve Taupe #8C5F66

Tints of Mauve Taupe #8C5F66

Color information

#8C5F66 (or 0x8C5F66) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 66. RGB value is (140,95,102). Sum of RGB (Red+Green+Blue) = 140+95+102=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F66 is #73A099. Grayscale: #6D6D6D. Windows color (decimal): -7577754 or 6709132. OLE color: 6709132.

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

Color convert

RGB14095102-
CMYK00.320.270.45
HSL350.67º19.15%46.08%-
HSV(B)350.67º32.14%54.9%-
XYZ17.3114.7214.5-
YUV109.25123.91149.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=41.54%
G=28.19%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409510200.320.270.45350.6719.1546.08
Hex8C5F660201B2D15f132e
Octal21413714604033555372356
Binary100011001011111110011001000001101110110110101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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