COLOR #9C5C60

HEX: #9C5C60 RGB: (156,92,96)

Color info

#9C5C60 contains mainly red color. Web safe color of #9C5C60 is #996666 (or #966).

RGB color model

#9C5C60 color RGB value is (156,92,96).

RGB: (156,92,96) (61%, 36%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 92 of 255 = 36%
B 96 of 255 = 38%

156
92
96

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

Portions of RGB colors in percentages

R + G + B = 156 + 92 + 96 = 344 (100%)
R 156 of 344 ~ 45.35%
G 92 of 344 ~ 26.74%
B 96 of 344 ~ 27.91'%

%45.35
%26.74
%27.91

CMYK color model

#9C5C60 color CMYK value is (0,41,38,39).

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

CMYK: (0,41,38,39)
C0M41Y38K39 (0%, 41%, 38%, 39%)
(0.00 / 0.41 / 0.38 / 0.39)

CMYK percentages

%0
%41.03
%38.46
%38.82

Codes

Color #9C5C60 in popluar color models

9C 5C 60
RGB 156 92 96
HSL 356° 25.81% 48.63%
HSB/HSV 356° 41.03% 61.18%
CMYK 0.00% 41.03% 38.46%
38.82%

Color #9C5C60 in popluar number systems.

HEX 9C 5C 60
Decimal 156 92 96
Binary 10011100 1011100 1100000
Octal 234 134 140

Shades and tints

Shades of #9C5C60

#9C5C60
(156,92,96)
#8E5458
(142,84,88)
#804C50
(128,76,80)
#724448
(114,68,72)
#643C40
(100,60,64)
#563438
(86,52,56)
#482C30
(72,44,48)
#3A2428
(58,36,40)
#2C1C20
(44,28,32)
#1E1418
(30,20,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C5C60

#9C5C60
(156,92,96)
#A56A6E
(165,106,110)
#AE787C
(174,120,124)
#B7868A
(183,134,138)
#C09498
(192,148,152)
#C9A2A6
(201,162,166)
#D2B0B4
(210,176,180)
#DBBEC2
(219,190,194)
#E4CCD0
(228,204,208)
#EDDADE
(237,218,222)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5C60; }

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

This text font color is #9C5C60.

Background Color

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

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

This div background color is #9C5C60.

Border color

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

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

This div border color is #9C5C60.

Opacity

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

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

Text with #9C5C60 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 #9C5C60;}

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

This text has shadow with #9C5C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5C60.

Preview

Color preview on black background

This text has color #9C5C60 on black background.


Color preview on white background

This text has color #9C5C60 on white background.


Black color preview on #9C5C60 background

This text has black color on #9C5C60 background.


White color preview on #9C5C60 background

This text has white color on #9C5C60 background.


Related colors

Complementary color

Complementary color for #hex is #63A39F.


I love getcolorcode.com

Triadic colors

1 #609C5C and #5C609C with #9C5C60 are triadic colors.

2 #605C9C and #5C9C60 with #9C5C60 are triadic colors.