Html Css Color HEX #8E5C6F Mauve Taupe

📋 copy color: '#8E5C6F'

red 142 ◦ green 92 ◦ blue 111

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

Shades of Mauve Taupe #8E5C6F

Tints of Mauve Taupe #8E5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.67%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 41.16%
G = 26.67%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E5C6F (or 0x8E5C6F) is known color: Mauve Taupe. HEX triplet: 8E, 5C and 6F. RGB value is (142,92,111). Sum of RGB (Red+Green+Blue) = 142+92+111=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C6F is #71A390. Grayscale: #6D6D6D. Windows color (decimal): -7447441 or 7298190. OLE color: 7298190.

HSL color Cylindrical-coordinate representation of color #8E5C6F: hue angle of 337.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E5C6F is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 92 111 -
CMYK 0 0.35 0.22 0.44
HSL 337.2º 0.21% 0.46% -
HSV(B) 337.2º 0.35% 0.56% -
XYZ 17.85 14.55 16.91 -
YUV 109.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 142 92 111 0 0.35 0.22 0.44 337.2 0.21 0.46
Hex 8E 5C 6F 0 23 16 2C 151 15 2E
Octal 216 134 157 0 43 26 54 521 25 56
Binary 10001110 1011100 1101111 0 100011 10110 101100 101010001 10101 101110

Color Harmonies of #8E5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5C6F

Black with #8E5C6F

Text Example


Text Example

White with #8E5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,92,111); }

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

background-color css

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

 a { background-color: rgb(142,92,111); }

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

border-color css

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

 span { border-color: rgb(142,92,111); }

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