#8C5C69

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

Shades of Mauve Taupe #8C5C69

Tints of Mauve Taupe #8C5C69

Color information

#8C5C69 (or 0x8C5C69) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5C and 69. RGB value is (140,92,105). Sum of RGB (Red+Green+Blue) = 140+92+105=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C69 is #73A396. Grayscale: #6B6B6B. Windows color (decimal): -7578519 or 6904972. OLE color: 6904972.

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

Color convert

RGB14092105-
CMYK00.340.250.45
HSL343.75º20.69%45.49%-
HSV(B)343.75º34.29%54.9%-
XYZ17.1914.2515.21-
YUV107.83126.4150.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=41.54%
G=27.30%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409210500.340.250.45343.7520.6945.49
Hex8C5C69022192D158152d
Octal21413415104231555302555
Binary100011001011100110100101000101100110110110101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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