Html Css Color HEX #8C5A6B Mauve Taupe

📋 copy color: '#8C5A6B'

red 140 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #8C5A6B

Tints of Mauve Taupe #8C5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 41.54%
G = 26.71%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C5A6B (or 0x8C5A6B) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 6B. RGB value is (140,90,107). Sum of RGB (Red+Green+Blue) = 140+90+107=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A6B is #73A594. Grayscale: #6A6A6A. Windows color (decimal): -7579029 or 7035532. OLE color: 7035532.

HSL color Cylindrical-coordinate representation of color #8C5A6B: hue angle of 339.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 #8C5A6B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 90 107 -
CMYK 0 0.36 0.24 0.45
HSL 339.6º 0.22% 0.45% -
HSV(B) 339.6º 0.36% 0.55% -
XYZ 17.13 13.95 15.7 -
YUV 106.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 140 90 107 0 0.36 0.24 0.45 339.6 0.22 0.45
Hex 8C 5A 6B 0 24 18 2D 154 16 2D
Octal 214 132 153 0 44 30 55 524 26 55
Binary 10001100 1011010 1101011 0 100100 11000 101101 101010100 10110 101101

Color Harmonies of #8C5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5A6B

Black with #8C5A6B

Text Example


Text Example

White with #8C5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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