Html Css Color HEX #8C5C70 Mauve Taupe

📋 copy color: '#8C5C70'

red 140 ◦ green 92 ◦ blue 112

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

Shades of Mauve Taupe #8C5C70

Tints of Mauve Taupe #8C5C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 40.7%
G = 26.74%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8C5C70 (or 0x8C5C70) is known color: Mauve Taupe. HEX triplet: 8C, 5C and 70. RGB value is (140,92,112). Sum of RGB (Red+Green+Blue) = 140+92+112=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C70 is #73A38F. Grayscale: #6C6C6C. Windows color (decimal): -7578512 or 7363724. OLE color: 7363724.

HSL color Cylindrical-coordinate representation of color #8C5C70: hue angle of 335º 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 #8C5C70 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 92 112 -
CMYK 0 0.34 0.20 0.45
HSL 335º 0.21% 0.45% -
HSV(B) 335º 0.34% 0.55% -
XYZ 17.57 14.4 17.18 -
YUV 108.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 140 92 112 0 0.34 0.20 0.45 335 0.21 0.45
Hex 8C 5C 70 0 22 14 2D 14F 15 2D
Octal 214 134 160 0 42 24 55 517 25 55
Binary 10001100 1011100 1110000 0 100010 10100 101101 101001111 10101 101101

Color Harmonies of #8C5C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5C70

Black with #8C5C70

Text Example


Text Example

White with #8C5C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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