Html Css Color HEX #8F5D66 Mauve Taupe

📋 copy color: '#8F5D66'

red 143 ◦ green 93 ◦ blue 102

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

Shades of Mauve Taupe #8F5D66

Tints of Mauve Taupe #8F5D66

RGB

 RED value IS 143 (56.25% from 255) = 42.31%

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 42.31%
G = 27.51%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F5D66 (or 0x8F5D66) is known color: Mauve Taupe. HEX triplet: 8F, 5D and 66. RGB value is (143,93,102). Sum of RGB (Red+Green+Blue) = 143+93+102=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D66 is #70A299. Grayscale: #6C6C6C. Windows color (decimal): -7381658 or 6708623. OLE color: 6708623.

HSL color Cylindrical-coordinate representation of color #8F5D66: hue angle of 349.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 #8F5D66 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 93 102 -
CMYK 0 0.35 0.29 0.44
HSL 349.2º 0.21% 0.46% -
HSV(B) 349.2º 0.35% 0.56% -
XYZ 17.64 14.63 14.46 -
YUV 108.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 143 93 102 0 0.35 0.29 0.44 349.2 0.21 0.46
Hex 8F 5D 66 0 23 1D 2C 15D 15 2E
Octal 217 135 146 0 43 35 54 535 25 56
Binary 10001111 1011101 1100110 0 100011 11101 101100 101011101 10101 101110

Color Harmonies of #8F5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D66

Black with #8F5D66

Text Example


Text Example

White with #8F5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,93,102); }

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

background-color css

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

 a { background-color: rgb(143,93,102); }

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

border-color css

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

 span { border-color: rgb(143,93,102); }

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