COLOR #C97178

HEX: #C97178 RGB: (201,113,120)

Color info

#C97178 contains mainly red color. Web safe color of #C97178 is #CC6666 (or #C66).

RGB color model

#C97178 color RGB value is (201,113,120).

RGB: (201,113,120) (79%, 44%, 47%)

RGB channels and saturation

R 201 of 255 = 79%
G 113 of 255 = 44%
B 120 of 255 = 47%

201
113
120

R + G + B ~ 57%. #C97178 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 113 + 120 = 434 (100%)
R 201 of 434 ~ 46.31%
G 113 of 434 ~ 26.04%
B 120 of 434 ~ 27.65'%

%46.31
%26.04
%27.65

CMYK color model

#C97178 color CMYK value is (0,44,40,21).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 40.30%
  • key color value is 21.18%

CMYK: (0,44,40,21)
C0M44Y40K21 (0%, 44%, 40%, 21%)
(0.00 / 0.44 / 0.40 / 0.21)

CMYK percentages

%0
%43.78
%40.3
%21.18

Codes

Color #C97178 in popluar color models

C9 71 78
RGB 201 113 120
HSL 355° 44.90% 61.57%
HSB/HSV 355° 43.78% 78.82%
CMYK 0.00% 43.78% 40.30%
21.18%

Color #C97178 in popluar number systems.

HEX C9 71 78
Decimal 201 113 120
Binary 11001001 1110001 1111000
Octal 311 161 170

Shades and tints

Shades of #C97178

#C97178
(201,113,120)
#B7676E
(183,103,110)
#A55D64
(165,93,100)
#93535A
(147,83,90)
#814950
(129,73,80)
#6F3F46
(111,63,70)
#5D353C
(93,53,60)
#4B2B32
(75,43,50)
#392128
(57,33,40)
#27171E
(39,23,30)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #C97178

#C97178
(201,113,120)
#CD7D84
(205,125,132)
#D18990
(209,137,144)
#D5959C
(213,149,156)
#D9A1A8
(217,161,168)
#DDADB4
(221,173,180)
#E1B9C0
(225,185,192)
#E5C5CC
(229,197,204)
#E9D1D8
(233,209,216)
#EDDDE4
(237,221,228)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97178 color. Also use rgb(201,113,120) instead hex code.

Text Font Color

.myTextColor { color: #C97178; }

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

This text font color is #C97178.

Background Color

.myBgColor { background-color: #C97178; }

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

This div background color is #C97178.

Border color

.myBorderColor { border: 1px solid #C97178; }

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

This div border color is #C97178.

Opacity

.myOpacity80 { color: #C97178; opacity: 0.8; }

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

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

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

This text has shadow with #C97178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97178.

Preview

Color preview on black background

This text has color #C97178 on black background.


Color preview on white background

This text has color #C97178 on white background.


Black color preview on #C97178 background

This text has black color on #C97178 background.


White color preview on #C97178 background

This text has white color on #C97178 background.


Related colors

Complementary color

Complementary color for #hex is #368E87.


I love getcolorcode.com

Triadic colors

1 #78C971 and #7178C9 with #C97178 are triadic colors.

2 #7871C9 and #71C978 with #C97178 are triadic colors.