Html Css Color HEX #8E596C Mauve Taupe

📋 copy color: '#8E596C'

red 142 ◦ green 89 ◦ blue 108

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

Shades of Mauve Taupe #8E596C

Tints of Mauve Taupe #8E596C

RGB

 RED value IS 142 (55.86% from 255) = 41.89%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 41.89%
G = 26.25%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E596C (or 0x8E596C) is known color: Mauve Taupe. HEX triplet: 8E, 59 and 6C. RGB value is (142,89,108). Sum of RGB (Red+Green+Blue) = 142+89+108=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596C is #71A693. Grayscale: #6A6A6A. Windows color (decimal): -7448212 or 7100814. OLE color: 7100814.

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

Color convert

RGB 142 89 108 -
CMYK 0 0.37 0.24 0.44
HSL 338.49º 0.23% 0.45% -
HSV(B) 338.49º 0.37% 0.56% -
XYZ 17.43 13.98 15.97 -
YUV 107.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 142 89 108 0 0.37 0.24 0.44 338.49 0.23 0.45
Hex 8E 59 6C 0 25 18 2C 152 17 2D
Octal 216 131 154 0 45 30 54 522 27 55
Binary 10001110 1011001 1101100 0 100101 11000 101100 101010010 10111 101101

Color Harmonies of #8E596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E596C

Black with #8E596C

Text Example


Text Example

White with #8E596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,108); }

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

background-color css

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

 a { background-color: rgb(142,89,108); }

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

border-color css

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

 span { border-color: rgb(142,89,108); }

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