Html Css Color HEX #8C5C71 Mauve Taupe

📋 copy color: '#8C5C71'

red 140 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #8C5C71

Tints of Mauve Taupe #8C5C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 40.58%
G = 26.67%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C5C71 (or 0x8C5C71) is known color: Mauve Taupe. HEX triplet: 8C, 5C and 71. RGB value is (140,92,113). Sum of RGB (Red+Green+Blue) = 140+92+113=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C71 is #73A38E. Grayscale: #6C6C6C. Windows color (decimal): -7578511 or 7429260. OLE color: 7429260.

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

Color convert

RGB 140 92 113 -
CMYK 0 0.34 0.19 0.45
HSL 333.75º 0.21% 0.45% -
HSV(B) 333.75º 0.34% 0.55% -
XYZ 17.62 14.42 17.48 -
YUV 108.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 140 92 113 0 0.34 0.19 0.45 333.75 0.21 0.45
Hex 8C 5C 71 0 22 13 2D 14E 15 2D
Octal 214 134 161 0 42 23 55 516 25 55
Binary 10001100 1011100 1110001 0 100010 10011 101101 101001110 10101 101101

Color Harmonies of #8C5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5C71

Black with #8C5C71

Text Example


Text Example

White with #8C5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,92,113); }

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

background-color css

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

 a { background-color: rgb(140,92,113); }

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

border-color css

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

 span { border-color: rgb(140,92,113); }

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