Html Css Color HEX #9E5C75 Mauve Taupe

📋 copy color: '#9E5C75'

red 158 ◦ green 92 ◦ blue 117

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

Shades of Mauve Taupe #9E5C75

Tints of Mauve Taupe #9E5C75

RGB

 RED value IS 158 (62.11% from 255) = 43.05%

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

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

R = 43.05%
G = 25.07%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E5C75 (or 0x9E5C75) is known color: Mauve Taupe. HEX triplet: 9E, 5C and 75. RGB value is (158,92,117). Sum of RGB (Red+Green+Blue) = 158+92+117=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C75 is #61A38A. Grayscale: #727272. Windows color (decimal): -6398859 or 7691422. OLE color: 7691422.

HSL color Cylindrical-coordinate representation of color #9E5C75: hue angle of 337.27º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5C75 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 92 117 -
CMYK 0 0.42 0.26 0.38
HSL 337.27º 0.26% 0.49% -
HSV(B) 337.27º 0.42% 0.62% -
XYZ 21.14 16.21 18.84 -
YUV 114.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 158 92 117 0 0.42 0.26 0.38 337.27 0.26 0.49
Hex 9E 5C 75 0 2A 1A 26 151 1A 31
Octal 236 134 165 0 52 32 46 521 32 61
Binary 10011110 1011100 1110101 0 101010 11010 100110 101010001 11010 110001

Color Harmonies of #9E5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5C75

Black with #9E5C75

Text Example


Text Example

White with #9E5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5C75; }

 p { color: rgb(158,92,117); }

 H1.HeaderClassName
 {
   color: #9E5C75;
 }
 .AnyTagClassName
 {
   color: #9E5C75;
 }
</style>

background-color css

<style>
 a { background-color: #9E5C75; }

 a { background-color: rgb(158,92,117); }

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

border-color css

<style>
 span { border-color: #9E5C75; }

 span { border-color: rgb(158,92,117); }

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