COLOR #C57876

HEX: #C57876
RGB: (197,120,118)

Color info

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

RGB color model

#C57876 color RGB value is (197,120,118).

  • red value is 197;
  • green value is 120;
  • blue value is 118.
RGB:
(197,120,118)
(77%,47%,46%)

RGB channels and saturation

R 197 of 255 = 77%
G 120 of 255 = 47%
B 118 of 255 = 46%

197
120
118

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

Portions of RGB colors in percentages

R + G + B =
197 + 120 + 118 = 435 (100%)
R 197 of 435 ~ 45.29%
G 120 of 435 ~ 27.59%
B 118 of 435 ~ 27.13%

%45.29
%27.59
%27.13

CMYK color model

#C57876 color CMYK value is (0,39,40,23).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 40.10%
  • key color value is 22.75%
CMYK:
(0,39,40,23)
C0M39Y40K23 
(0%,39%,40%,23%)
(0.00/0.39/0.40/0.23)	

CMYK percentages

%0
%39.09
%40.1
%22.75

Codes

Color #C57876 in popluar color models

C57876
RGB197120118
HSL40.51%61.76%
HSB/HSV40.10%77.25%
CMYK0.00%39.09%40.10%
22.75%

Color #C57876 in popluar number systems.

HEXC57876
Decimal197120118
Binary1100010111110001110110
Octal305170166

Shades and tints

Shades of #C57876

#C57876
(197,120,118)
#B46E6C
(180,110,108)
#A36462
(163,100,98)
#925A58
(146,90,88)
#81504E
(129,80,78)
#704644
(112,70,68)
#5F3C3A
(95,60,58)
#4E3230
(78,50,48)
#3D2826
(61,40,38)
#2C1E1C
(44,30,28)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C57876

#C57876
(197,120,118)
#CA8482
(202,132,130)
#CF908E
(207,144,142)
#D49C9A
(212,156,154)
#D9A8A6
(217,168,166)
#DEB4B2
(222,180,178)
#E3C0BE
(227,192,190)
#E8CCCA
(232,204,202)
#EDD8D6
(237,216,214)
#F2E4E2
(242,228,226)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57876 color. Also use rgb(197,120,118) instead hex code.

Text Font Color

.myTextColor { color: #C57876; }

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

This text font color is #C57876.


Background Color

.myBgColor { background-color: #C57876; }

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

This div background color is #C57876.


Border color

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

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

This div border color is #C57876.


Opacity

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

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

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

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

This text has shadow with #C57876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57876 on black background.


Color preview on white background

This text has color #C57876 on white background.



Black color preview on #C57876 background

This text has black color on #C57876 background.


White color preview on #C57876 background

This text has white color on #C57876 background.