COLOR #C57370

HEX: #C57370 RGB: (197,115,112)

Color info

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

RGB color model

#C57370 color RGB value is (197,115,112).

RGB: (197,115,112) (77%, 45%, 44%)

RGB channels and saturation

R 197 of 255 = 77%
G 115 of 255 = 45%
B 112 of 255 = 44%

197
115
112

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

Portions of RGB colors in percentages

R + G + B = 197 + 115 + 112 = 424 (100%)
R 197 of 424 ~ 46.46%
G 115 of 424 ~ 27.12%
B 112 of 424 ~ 26.42'%

%46.46
%27.12
%26.42

CMYK color model

#C57370 color CMYK value is (0,42,43,23).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 43.15%
  • key color value is 22.75%
CMYK: (0,42,43,23) C0M42Y43K23 (0%,42%,43%,23%) (0.00/0.42/0.43/0.23) 

CMYK percentages

%0
%41.62
%43.15
%22.75

Codes

Color #C57370 in popluar color models

C5 73 70
RGB 197 115 112
HSL 42.29% 60.59%
HSB/HSV 43.15% 77.25%
CMYK 0.00% 41.62% 43.15%
22.75%

Color #C57370 in popluar number systems.

HEX C5 73 70
Decimal 197 115 112
Binary 11000101 1110011 1110000
Octal 305 163 160

Shades and tints

Shades of #C57370

#C57370
(197,115,112)
#B46966
(180,105,102)
#A35F5C
(163,95,92)
#925552
(146,85,82)
#814B48
(129,75,72)
#70413E
(112,65,62)
#5F3734
(95,55,52)
#4E2D2A
(78,45,42)
#3D2320
(61,35,32)
#2C1916
(44,25,22)
#1B0F0C
(27,15,12)
#000000
(0,0,0)

Tints of #C57370

#C57370
(197,115,112)
#CA7F7D
(202,127,125)
#CF8B8A
(207,139,138)
#D49797
(212,151,151)
#D9A3A4
(217,163,164)
#DEAFB1
(222,175,177)
#E3BBBE
(227,187,190)
#E8C7CB
(232,199,203)
#EDD3D8
(237,211,216)
#F2DFE5
(242,223,229)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57370; }

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

This text font color is #C57370.

Background Color

.myBgColor { background-color: #C57370; }

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

This div background color is #C57370.

Border color

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

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

This div border color is #C57370.

Opacity

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

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

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

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

This text has shadow with #C57370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57370.

Preview

Color preview on black background

This text has color #C57370 on black background.


Color preview on white background

This text has color #C57370 on white background.


Black color preview on #C57370 background

This text has black color on #C57370 background.


White color preview on #C57370 background

This text has white color on #C57370 background.


Related colors

Complementary color

Complementary color for #hex is #3A8C8F.


I love getcolorcode.com

Triadic colors

1 #70C573 and #7370C5 with #C57370 are triadic colors.

2 #7073C5 and #73C570 with #C57370 are triadic colors.