Html Css Color HEX #8C596B Mauve Taupe

📋 copy color: '#8C596B'

red 140 ◦ green 89 ◦ blue 107

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

Shades of Mauve Taupe #8C596B

Tints of Mauve Taupe #8C596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 41.67%
G = 26.49%
B = 31.85%

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

#8C596B (or 0x8C596B) is known color: Mauve Taupe. HEX triplet: 8C, 59 and 6B. RGB value is (140,89,107). Sum of RGB (Red+Green+Blue) = 140+89+107=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596B is #73A694. Grayscale: #6A6A6A. Windows color (decimal): -7579285 or 7035276. OLE color: 7035276.

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

Color convert

RGB 140 89 107 -
CMYK 0 0.36 0.24 0.45
HSL 338.82º 0.22% 0.45% -
HSV(B) 338.82º 0.36% 0.55% -
XYZ 17.04 13.78 15.67 -
YUV 106.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 140 89 107 0 0.36 0.24 0.45 338.82 0.22 0.45
Hex 8C 59 6B 0 24 18 2D 153 16 2D
Octal 214 131 153 0 44 30 55 523 26 55
Binary 10001100 1011001 1101011 0 100100 11000 101101 101010011 10110 101101

Color Harmonies of #8C596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C596B

Black with #8C596B

Text Example


Text Example

White with #8C596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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