Html Css Color HEX #9C5770 Mauve Taupe

📋 copy color: '#9C5770'

red 156 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #9C5770

Tints of Mauve Taupe #9C5770

RGB

 RED value IS 156 (61.33% from 255) = 43.94%

 GREEN value IS 87 (34.38% from 255) = 24.51%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 43.94%
G = 24.51%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C5770 (or 0x9C5770) is known color: Mauve Taupe. HEX triplet: 9C, 57 and 70. RGB value is (156,87,112). Sum of RGB (Red+Green+Blue) = 156+87+112=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5770 is #63A88F. Grayscale: #6E6E6E. Windows color (decimal): -6531216 or 7362460. OLE color: 7362460.

HSL color Cylindrical-coordinate representation of color #9C5770: hue angle of 338.26º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5770 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 87 112 -
CMYK 0 0.44 0.28 0.39
HSL 338.26º 0.28% 0.48% -
HSV(B) 338.26º 0.44% 0.61% -
XYZ 20.04 15.05 17.18 -
YUV 110.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 156 87 112 0 0.44 0.28 0.39 338.26 0.28 0.48
Hex 9C 57 70 0 2C 1C 27 152 1C 30
Octal 234 127 160 0 54 34 47 522 34 60
Binary 10011100 1010111 1110000 0 101100 11100 100111 101010010 11100 110000

Color Harmonies of #9C5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5770

Black with #9C5770

Text Example


Text Example

White with #9C5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,112); }

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

background-color css

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

 a { background-color: rgb(156,87,112); }

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

border-color css

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

 span { border-color: rgb(156,87,112); }

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