COLOR #C57571

HEX: #C57571
RGB: (197,117,113)

Color info

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

RGB color model

#C57571 color RGB value is (197,117,113).

  • red value is 197;
  • green value is 117;
  • blue value is 113.
RGB:
(197,117,113)
(77%,46%,44%)

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 113 of 255 = 44%

197
117
113

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

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 113 = 427 (100%)
R 197 of 427 ~ 46.14%
G 117 of 427 ~ 27.4%
B 113 of 427 ~ 26.46%

%46.14
%27.4
%26.46

CMYK color model

#C57571 color CMYK value is (0,41,43,23).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 42.64%
  • key color value is 22.75%
CMYK:
(0,41,43,23)
C0M41Y43K23 
(0%,41%,43%,23%)
(0.00/0.41/0.43/0.23)	

CMYK percentages

%0
%40.61
%42.64
%22.75

Codes

Color #C57571 in popluar color models

C57571
RGB197117113
HSL42.00%60.78%
HSB/HSV42.64%77.25%
CMYK0.00%40.61%42.64%
22.75%

Color #C57571 in popluar number systems.

HEXC57571
Decimal197117113
Binary1100010111101011110001
Octal305165161

Shades and tints

Shades of #C57571

#C57571
(197,117,113)
#B46B67
(180,107,103)
#A3615D
(163,97,93)
#925753
(146,87,83)
#814D49
(129,77,73)
#70433F
(112,67,63)
#5F3935
(95,57,53)
#4E2F2B
(78,47,43)
#3D2521
(61,37,33)
#2C1B17
(44,27,23)
#1B110D
(27,17,13)
#000000
(0,0,0)

Tints of #C57571

#C57571
(197,117,113)
#CA817D
(202,129,125)
#CF8D89
(207,141,137)
#D49995
(212,153,149)
#D9A5A1
(217,165,161)
#DEB1AD
(222,177,173)
#E3BDB9
(227,189,185)
#E8C9C5
(232,201,197)
#EDD5D1
(237,213,209)
#F2E1DD
(242,225,221)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57571 color. Also use rgb(197,117,113) instead hex code.

Text Font Color

.myTextColor { color: #C57571; }

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

This text font color is #C57571.


Background Color

.myBgColor { background-color: #C57571; }

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

This div background color is #C57571.


Border color

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

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

This div border color is #C57571.


Opacity

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

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

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

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

This text has shadow with #C57571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57571 on black background.


Color preview on white background

This text has color #C57571 on white background.



Black color preview on #C57571 background

This text has black color on #C57571 background.


White color preview on #C57571 background

This text has white color on #C57571 background.