COLOR #C57E77

HEX: #C57E77
RGB: (197,126,119)

Color info

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

RGB color model

#C57E77 color RGB value is (197,126,119).

  • red value is 197;
  • green value is 126;
  • blue value is 119.
RGB:
(197,126,119)
(77%,49%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 126 of 255 = 49%
B 119 of 255 = 47%

197
126
119

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

Portions of RGB colors in percentages

R + G + B =
197 + 126 + 119 = 442 (100%)
R 197 of 442 ~ 44.57%
G 126 of 442 ~ 28.51%
B 119 of 442 ~ 26.92%

%44.57
%28.51
%26.92

CMYK color model

#C57E77 color CMYK value is (0,36,40,23).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 39.59%
  • key color value is 22.75%
CMYK:
(0,36,40,23)
C0M36Y40K23 
(0%,36%,40%,23%)
(0.00/0.36/0.40/0.23)	

CMYK percentages

%0
%36.04
%39.59
%22.75

Codes

Color #C57E77 in popluar color models

C57E77
RGB197126119
HSL40.21%61.96%
HSB/HSV39.59%77.25%
CMYK0.00%36.04%39.59%
22.75%

Color #C57E77 in popluar number systems.

HEXC57E77
Decimal197126119
Binary1100010111111101110111
Octal305176167

Shades and tints

Shades of #C57E77

#C57E77
(197,126,119)
#B4736D
(180,115,109)
#A36863
(163,104,99)
#925D59
(146,93,89)
#81524F
(129,82,79)
#704745
(112,71,69)
#5F3C3B
(95,60,59)
#4E3131
(78,49,49)
#3D2627
(61,38,39)
#2C1B1D
(44,27,29)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #C57E77

#C57E77
(197,126,119)
#CA8983
(202,137,131)
#CF948F
(207,148,143)
#D49F9B
(212,159,155)
#D9AAA7
(217,170,167)
#DEB5B3
(222,181,179)
#E3C0BF
(227,192,191)
#E8CBCB
(232,203,203)
#EDD6D7
(237,214,215)
#F2E1E3
(242,225,227)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57E77 color. Also use rgb(197,126,119) instead hex code.

Text Font Color

.myTextColor { color: #C57E77; }

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

This text font color is #C57E77.


Background Color

.myBgColor { background-color: #C57E77; }

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

This div background color is #C57E77.


Border color

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

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

This div border color is #C57E77.


Opacity

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

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

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

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

This text has shadow with #C57E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57E77 on black background.


Color preview on white background

This text has color #C57E77 on white background.



Black color preview on #C57E77 background

This text has black color on #C57E77 background.


White color preview on #C57E77 background

This text has white color on #C57E77 background.