COLOR #C57E75

HEX: #C57E75 RGB: (197,126,117)

Color info

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

RGB color model

#C57E75 color RGB value is (197,126,117).

RGB: (197,126,117) (77%, 49%, 46%)

RGB channels and saturation

R 197 of 255 = 77%
G 126 of 255 = 49%
B 117 of 255 = 46%

197
126
117

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

Portions of RGB colors in percentages

R + G + B = 197 + 126 + 117 = 440 (100%)
R 197 of 440 ~ 44.77%
G 126 of 440 ~ 28.64%
B 117 of 440 ~ 26.59'%

%44.77
%28.64
%26.59

CMYK color model

#C57E75 color CMYK value is (0,36,41,23).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 40.61%
  • key color value is 22.75%

CMYK: (0,36,41,23)
C0M36Y41K23 (0%, 36%, 41%, 23%)
(0.00 / 0.36 / 0.41 / 0.23)

CMYK percentages

%0
%36.04
%40.61
%22.75

Codes

Color #C57E75 in popluar color models

C5 7E 75
RGB 197 126 117
HSL 40.82% 61.57%
HSB/HSV 40.61% 77.25%
CMYK 0.00% 36.04% 40.61%
22.75%

Color #C57E75 in popluar number systems.

HEX C5 7E 75
Decimal 197 126 117
Binary 11000101 1111110 1110101
Octal 305 176 165

Shades and tints

Shades of #C57E75

#C57E75
(197,126,117)
#B4736B
(180,115,107)
#A36861
(163,104,97)
#925D57
(146,93,87)
#81524D
(129,82,77)
#704743
(112,71,67)
#5F3C39
(95,60,57)
#4E312F
(78,49,47)
#3D2625
(61,38,37)
#2C1B1B
(44,27,27)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C57E75

#C57E75
(197,126,117)
#CA8981
(202,137,129)
#CF948D
(207,148,141)
#D49F99
(212,159,153)
#D9AAA5
(217,170,165)
#DEB5B1
(222,181,177)
#E3C0BD
(227,192,189)
#E8CBC9
(232,203,201)
#EDD6D5
(237,214,213)
#F2E1E1
(242,225,225)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57E75; }

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

This text font color is #C57E75.

Background Color

.myBgColor { background-color: #C57E75; }

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

This div background color is #C57E75.

Border color

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

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

This div border color is #C57E75.

Opacity

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

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

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

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

This text has shadow with #C57E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57E75.

Preview

Color preview on black background

This text has color #C57E75 on black background.


Color preview on white background

This text has color #C57E75 on white background.


Black color preview on #C57E75 background

This text has black color on #C57E75 background.


White color preview on #C57E75 background

This text has white color on #C57E75 background.


Related colors

Complementary color

Complementary color for #hex is #3A818A.


I love getcolorcode.com

Triadic colors

1 #75C57E and #7E75C5 with #C57E75 are triadic colors.

2 #757EC5 and #7EC575 with #C57E75 are triadic colors.