COLOR #9C5C70

HEX: #9C5C70 RGB: (156,92,112)

Color info

#9C5C70 contains mainly red and blue colors. Web safe color of #9C5C70 is #996666 (or #966).

RGB color model

#9C5C70 color RGB value is (156,92,112).

RGB: (156,92,112) (61%, 36%, 44%)

RGB channels and saturation

R 156 of 255 = 61%
G 92 of 255 = 36%
B 112 of 255 = 44%

156
92
112

R + G + B ~ 47%. #9C5C70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 92 + 112 = 360 (100%)
R 156 of 360 ~ 43.33%
G 92 of 360 ~ 25.56%
B 112 of 360 ~ 31.11'%

%43.33
%25.56
%31.11

CMYK color model

#9C5C70 color CMYK value is (0,41,28,39).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 28.21%
  • key color value is 38.82%

CMYK: (0,41,28,39)
C0M41Y28K39 (0%, 41%, 28%, 39%)
(0.00 / 0.41 / 0.28 / 0.39)

CMYK percentages

%0
%41.03
%28.21
%38.82

Codes

Color #9C5C70 in popluar color models

9C 5C 70
RGB 156 92 112
HSL 341° 25.81% 48.63%
HSB/HSV 341° 41.03% 61.18%
CMYK 0.00% 41.03% 28.21%
38.82%

Color #9C5C70 in popluar number systems.

HEX 9C 5C 70
Decimal 156 92 112
Binary 10011100 1011100 1110000
Octal 234 134 160

Shades and tints

Shades of #9C5C70

#9C5C70
(156,92,112)
#8E5466
(142,84,102)
#804C5C
(128,76,92)
#724452
(114,68,82)
#643C48
(100,60,72)
#56343E
(86,52,62)
#482C34
(72,44,52)
#3A242A
(58,36,42)
#2C1C20
(44,28,32)
#1E1416
(30,20,22)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #9C5C70

#9C5C70
(156,92,112)
#A56A7D
(165,106,125)
#AE788A
(174,120,138)
#B78697
(183,134,151)
#C094A4
(192,148,164)
#C9A2B1
(201,162,177)
#D2B0BE
(210,176,190)
#DBBECB
(219,190,203)
#E4CCD8
(228,204,216)
#EDDAE5
(237,218,229)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5C70 color. Also use rgb(156,92,112) instead hex code.

Text Font Color

.myTextColor { color: #9C5C70; }

<p style="color:#9C5C70">This sample text font color is #9C5C70.</p>

This text font color is #9C5C70.

Background Color

.myBgColor { background-color: #9C5C70; }

<div style="background-color:#9C5C70">Inner text</div>

This div background color is #9C5C70.

Border color

.myBorderColor { border: 1px solid #9C5C70; }

<div style="border:3px solid #9C5C70">Div</div>

This div border color is #9C5C70.

Opacity

.myOpacity80 { color: #9C5C70; opacity: 0.8; }

<p style="color:#9C5C70;opacity:0.8;">80%</p>

Text with #9C5C70 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9C5C70;}

<p style="text-shadow: 3px 3px 1px #9C5C70">Text here.</p>

This text has shadow with #9C5C70 color.


.textShadow {text-shadow: 3px 3px 1px #9C5C70', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9C5C70, 5px 5px 20px red">Text here.</p>

This text has shadow with #9C5C70 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C5C70, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9C5C70, Direction=45, Strength=4)">Text</p>

This text has shadow with #9C5C70 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C5C70;
-webkit-box-shadow: 1px 1px 3px 2px #9C5C70;
box-shadow: 1px 1px 3px 2px #9C5C70;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C5C70; -webkit-box-shadow: 1px 1px 3px 2px #9C5C70; box-shadow:1px 1px 3px 2px #9C5C70;">
Div content here
</div>

This div box has shadow with color #9C5C70.

Preview

Color preview on black background

This text has color #9C5C70 on black background.


Color preview on white background

This text has color #9C5C70 on white background.


Black color preview on #9C5C70 background

This text has black color on #9C5C70 background.


White color preview on #9C5C70 background

This text has white color on #9C5C70 background.


Related colors

Complementary color

Complementary color for #hex is #63A38F.


I love getcolorcode.com

Triadic colors

1 #709C5C and #5C709C with #9C5C70 are triadic colors.

2 #705C9C and #5C9C70 with #9C5C70 are triadic colors.