Html Css Color HEX #8C6275 Mauve Taupe

📋 copy color: '#8C6275'

red 140 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #8C6275

Tints of Mauve Taupe #8C6275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 39.44%
G = 27.61%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C6275 (or 0x8C6275) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 75. RGB value is (140,98,117). Sum of RGB (Red+Green+Blue) = 140+98+117=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6275 is #739D8A. Grayscale: #707070. Windows color (decimal): -7576971 or 7692940. OLE color: 7692940.

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

Color convert

RGB 140 98 117 -
CMYK 0 0.3 0.16 0.45
HSL 332.86º 0.18% 0.47% -
HSV(B) 332.86º 0.3% 0.55% -
XYZ 18.39 15.6 18.87 -
YUV 112.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 140 98 117 0 0.3 0.16 0.45 332.86 0.18 0.47
Hex 8C 62 75 0 1E 10 2D 14D 12 2F
Octal 214 142 165 0 36 20 55 515 22 57
Binary 10001100 1100010 1110101 0 11110 10000 101101 101001101 10010 101111

Color Harmonies of #8C6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6275

Black with #8C6275

Text Example


Text Example

White with #8C6275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,117); }

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

background-color css

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

 a { background-color: rgb(140,98,117); }

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

border-color css

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

 span { border-color: rgb(140,98,117); }

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