Html Css Color HEX #9D5673 Mauve Taupe

📋 copy color: '#9D5673'

red 157 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #9D5673

Tints of Mauve Taupe #9D5673

RGB

 RED value IS 157 (61.72% from 255) = 43.85%

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 43.85%
G = 24.02%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D5673 (or 0x9D5673) is known color: Mauve Taupe. HEX triplet: 9D, 56 and 73. RGB value is (157,86,115). Sum of RGB (Red+Green+Blue) = 157+86+115=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5673 is #62A98C. Grayscale: #6E6E6E. Windows color (decimal): -6465933 or 7558813. OLE color: 7558813.

HSL color Cylindrical-coordinate representation of color #9D5673: hue angle of 335.49º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5673 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 86 115 -
CMYK 0 0.45 0.27 0.38
HSL 335.49º 0.29% 0.48% -
HSV(B) 335.49º 0.45% 0.62% -
XYZ 20.33 15.06 18.06 -
YUV 110.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 157 86 115 0 0.45 0.27 0.38 335.49 0.29 0.48
Hex 9D 56 73 0 2D 1B 26 14F 1D 30
Octal 235 126 163 0 55 33 46 517 35 60
Binary 10011101 1010110 1110011 0 101101 11011 100110 101001111 11101 110000

Color Harmonies of #9D5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5673

Black with #9D5673

Text Example


Text Example

White with #9D5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,115); }

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

background-color css

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

 a { background-color: rgb(157,86,115); }

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

border-color css

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

 span { border-color: rgb(157,86,115); }

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