Html Css Color HEX #8C586D Mauve Taupe

📋 copy color: '#8C586D'

red 140 ◦ green 88 ◦ blue 109

#8C586D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8C586D

Tints of Mauve Taupe #8C586D

RGB

 RED value IS 140 (55.08% from 255) = 41.54%

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 41.54%
G = 26.11%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C586D (or 0x8C586D) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 6D. RGB value is (140,88,109). Sum of RGB (Red+Green+Blue) = 140+88+109=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586D is #73A792. Grayscale: #696969. Windows color (decimal): -7579539 or 7166092. OLE color: 7166092.

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

Color convert

RGB 140 88 109 -
CMYK 0 0.37 0.22 0.45
HSL 335.77º 0.23% 0.45% -
HSV(B) 335.77º 0.37% 0.55% -
XYZ 17.07 13.66 16.21 -
YUV 105.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 140 88 109 0 0.37 0.22 0.45 335.77 0.23 0.45
Hex 8C 58 6D 0 25 16 2D 150 17 2D
Octal 214 130 155 0 45 26 55 520 27 55
Binary 10001100 1011000 1101101 0 100101 10110 101101 101010000 10111 101101

Color Harmonies of #8C586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C586D

Black with #8C586D

Text Example


Text Example

White with #8C586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,109); }

 H1.HeaderClassName
 {
   color: #8C586D;
 }
 .AnyTagClassName
 {
   color: #8C586D;
 }
</style>

background-color css

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

 a { background-color: rgb(140,88,109); }

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

border-color css

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

 span { border-color: rgb(140,88,109); }

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