COLOR #C97370

HEX: #C97370 RGB: (201,115,112)

Color info

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

RGB color model

#C97370 color RGB value is (201,115,112).

RGB: (201,115,112) (79%, 45%, 44%)

RGB channels and saturation

R 201 of 255 = 79%
G 115 of 255 = 45%
B 112 of 255 = 44%

201
115
112

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

Portions of RGB colors in percentages

R + G + B = 201 + 115 + 112 = 428 (100%)
R 201 of 428 ~ 46.96%
G 115 of 428 ~ 26.87%
B 112 of 428 ~ 26.17'%

%46.96
%26.87
%26.17

CMYK color model

#C97370 color CMYK value is (0,43,44,21).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 44.28%
  • key color value is 21.18%

CMYK: (0,43,44,21)
C0M43Y44K21 (0%, 43%, 44%, 21%)
(0.00 / 0.43 / 0.44 / 0.21)

CMYK percentages

%0
%42.79
%44.28
%21.18

Codes

Color #C97370 in popluar color models

C9 73 70
RGB 201 115 112
HSL 45.18% 61.37%
HSB/HSV 44.28% 78.82%
CMYK 0.00% 42.79% 44.28%
21.18%

Color #C97370 in popluar number systems.

HEX C9 73 70
Decimal 201 115 112
Binary 11001001 1110011 1110000
Octal 311 163 160

Shades and tints

Shades of #C97370

#C97370
(201,115,112)
#B76966
(183,105,102)
#A55F5C
(165,95,92)
#935552
(147,85,82)
#814B48
(129,75,72)
#6F413E
(111,65,62)
#5D3734
(93,55,52)
#4B2D2A
(75,45,42)
#392320
(57,35,32)
#271916
(39,25,22)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #C97370

#C97370
(201,115,112)
#CD7F7D
(205,127,125)
#D18B8A
(209,139,138)
#D59797
(213,151,151)
#D9A3A4
(217,163,164)
#DDAFB1
(221,175,177)
#E1BBBE
(225,187,190)
#E5C7CB
(229,199,203)
#E9D3D8
(233,211,216)
#EDDFE5
(237,223,229)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97370 color. Also use rgb(201,115,112) instead hex code.

Text Font Color

.myTextColor { color: #C97370; }

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

This text font color is #C97370.

Background Color

.myBgColor { background-color: #C97370; }

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

This div background color is #C97370.

Border color

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

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

This div border color is #C97370.

Opacity

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

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

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

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

This text has shadow with #C97370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97370.

Preview

Color preview on black background

This text has color #C97370 on black background.


Color preview on white background

This text has color #C97370 on white background.


Black color preview on #C97370 background

This text has black color on #C97370 background.


White color preview on #C97370 background

This text has white color on #C97370 background.


Related colors

Complementary color

Complementary color for #hex is #368C8F.


I love getcolorcode.com

Triadic colors

1 #70C973 and #7370C9 with #C97370 are triadic colors.

2 #7073C9 and #73C970 with #C97370 are triadic colors.