#8C5F69

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

Shades of Mauve Taupe #8C5F69

Tints of Mauve Taupe #8C5F69

Color information

#8C5F69 (or 0x8C5F69) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 69. RGB value is (140,95,105). Sum of RGB (Red+Green+Blue) = 140+95+105=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F69 is #73A096. Grayscale: #6D6D6D. Windows color (decimal): -7577751 or 6905740. OLE color: 6905740.

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

Color convert

RGB14095105-
CMYK00.320.250.45
HSL346.67º19.15%46.08%-
HSV(B)346.67º32.14%54.9%-
XYZ17.4614.7815.3-
YUV109.6125.41149.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=41.18%
G=27.94%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409510500.320.250.45346.6719.1546.08
Hex8C5F69020192D15b132e
Octal21413715104031555332356
Binary100011001011111110100101000001100110110110101101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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