Html Css Color HEX #8C5A70 Mauve Taupe

📋 copy color: '#8C5A70'

red 140 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #8C5A70

Tints of Mauve Taupe #8C5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 40.94%
G = 26.32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8C5A70 (or 0x8C5A70) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 70. RGB value is (140,90,112). Sum of RGB (Red+Green+Blue) = 140+90+112=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A70 is #73A58F. Grayscale: #6B6B6B. Windows color (decimal): -7579024 or 7363212. OLE color: 7363212.

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

Color convert

RGB 140 90 112 -
CMYK 0 0.36 0.20 0.45
HSL 333.6º 0.22% 0.45% -
HSV(B) 333.6º 0.36% 0.55% -
XYZ 17.4 14.06 17.13 -
YUV 107.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 140 90 112 0 0.36 0.20 0.45 333.6 0.22 0.45
Hex 8C 5A 70 0 24 14 2D 14E 16 2D
Octal 214 132 160 0 44 24 55 516 26 55
Binary 10001100 1011010 1110000 0 100100 10100 101101 101001110 10110 101101

Color Harmonies of #8C5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5A70

Black with #8C5A70

Text Example


Text Example

White with #8C5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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