Html Css Color HEX #8C5673 Mauve Taupe

📋 copy color: '#8C5673'

red 140 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #8C5673

Tints of Mauve Taupe #8C5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 41.06%
G = 25.22%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C5673 (or 0x8C5673) is known color: Mauve Taupe. HEX triplet: 8C, 56 and 73. RGB value is (140,86,115). Sum of RGB (Red+Green+Blue) = 140+86+115=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5673 is #73A98C. Grayscale: #696969. Windows color (decimal): -7580045 or 7558796. OLE color: 7558796.

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

Color convert

RGB 140 86 115 -
CMYK 0 0.39 0.18 0.45
HSL 327.78º 0.24% 0.44% -
HSV(B) 327.78º 0.39% 0.55% -
XYZ 17.24 13.47 17.91 -
YUV 105.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 140 86 115 0 0.39 0.18 0.45 327.78 0.24 0.44
Hex 8C 56 73 0 27 12 2D 148 18 2C
Octal 214 126 163 0 47 22 55 510 30 54
Binary 10001100 1010110 1110011 0 100111 10010 101101 101001000 11000 101100

Color Harmonies of #8C5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5673

Black with #8C5673

Text Example


Text Example

White with #8C5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,86,115); }

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

background-color css

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

 a { background-color: rgb(140,86,115); }

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

border-color css

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

 span { border-color: rgb(140,86,115); }

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