Html Css Color HEX #8E5B66 Mauve Taupe

📋 copy color: '#8E5B66'

red 142 ◦ green 91 ◦ blue 102

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

Shades of Mauve Taupe #8E5B66

Tints of Mauve Taupe #8E5B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 42.39%
G = 27.16%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E5B66 (or 0x8E5B66) is known color: Mauve Taupe. HEX triplet: 8E, 5B and 66. RGB value is (142,91,102). Sum of RGB (Red+Green+Blue) = 142+91+102=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B66 is #71A499. Grayscale: #6B6B6B. Windows color (decimal): -7447706 or 6708110. OLE color: 6708110.

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

Color convert

RGB 142 91 102 -
CMYK 0 0.36 0.28 0.44
HSL 347.06º 0.22% 0.46% -
HSV(B) 347.06º 0.36% 0.56% -
XYZ 17.29 14.19 14.4 -
YUV 107.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 142 91 102 0 0.36 0.28 0.44 347.06 0.22 0.46
Hex 8E 5B 66 0 24 1C 2C 15B 16 2E
Octal 216 133 146 0 44 34 54 533 26 56
Binary 10001110 1011011 1100110 0 100100 11100 101100 101011011 10110 101110

Color Harmonies of #8E5B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B66

Black with #8E5B66

Text Example


Text Example

White with #8E5B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,102); }

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

background-color css

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

 a { background-color: rgb(142,91,102); }

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

border-color css

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

 span { border-color: rgb(142,91,102); }

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