COLOR #C57C77

HEX: #C57C77
RGB: (197,124,119)

Color info

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

RGB color model

#C57C77 color RGB value is (197,124,119).

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

RGB channels and saturation

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

197
124
119

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

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 119 = 440 (100%)
R 197 of 440 ~ 44.77%
G 124 of 440 ~ 28.18%
B 119 of 440 ~ 27.05%

%44.77
%28.18
%27.05

CMYK color model

#C57C77 color CMYK value is (0,37,40,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 39.59%
  • key color value is 22.75%
CMYK:
(0,37,40,23)
C0M37Y40K23 
(0%,37%,40%,23%)
(0.00/0.37/0.40/0.23)	

CMYK percentages

%0
%37.06
%39.59
%22.75

Codes

Color #C57C77 in popluar color models

C57C77
RGB197124119
HSL40.21%61.96%
HSB/HSV39.59%77.25%
CMYK0.00%37.06%39.59%
22.75%

Color #C57C77 in popluar number systems.

HEXC57C77
Decimal197124119
Binary1100010111111001110111
Octal305174167

Shades and tints

Shades of #C57C77

#C57C77
(197,124,119)
#B4716D
(180,113,109)
#A36663
(163,102,99)
#925B59
(146,91,89)
#81504F
(129,80,79)
#704545
(112,69,69)
#5F3A3B
(95,58,59)
#4E2F31
(78,47,49)
#3D2427
(61,36,39)
#2C191D
(44,25,29)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #C57C77

#C57C77
(197,124,119)
#CA8783
(202,135,131)
#CF928F
(207,146,143)
#D49D9B
(212,157,155)
#D9A8A7
(217,168,167)
#DEB3B3
(222,179,179)
#E3BEBF
(227,190,191)
#E8C9CB
(232,201,203)
#EDD4D7
(237,212,215)
#F2DFE3
(242,223,227)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57C77; }

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

This text font color is #C57C77.


Background Color

.myBgColor { background-color: #C57C77; }

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

This div background color is #C57C77.


Border color

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

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

This div border color is #C57C77.


Opacity

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

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

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

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

This text has shadow with #C57C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57C77 on black background.


Color preview on white background

This text has color #C57C77 on white background.



Black color preview on #C57C77 background

This text has black color on #C57C77 background.


White color preview on #C57C77 background

This text has white color on #C57C77 background.