COLOR #C57676

HEX: #C57676
RGB: (197,118,118)

Color info

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

RGB color model

#C57676 color RGB value is (197,118,118).

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

RGB channels and saturation

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

197
118
118

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

Portions of RGB colors in percentages

R + G + B =
197 + 118 + 118 = 433 (100%)
R 197 of 433 ~ 45.5%
G 118 of 433 ~ 27.25%
B 118 of 433 ~ 27.25%

%45.5
%27.25
%27.25

CMYK color model

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

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

CMYK percentages

%0
%40.1
%40.1
%22.75

Codes

Color #C57676 in popluar color models

C57676
RGB197118118
HSL40.51%61.76%
HSB/HSV40.10%77.25%
CMYK0.00%40.10%40.10%
22.75%

Color #C57676 in popluar number systems.

HEXC57676
Decimal197118118
Binary1100010111101101110110
Octal305166166

Shades and tints

Shades of #C57676

#C57676
(197,118,118)
#B46C6C
(180,108,108)
#A36262
(163,98,98)
#925858
(146,88,88)
#814E4E
(129,78,78)
#704444
(112,68,68)
#5F3A3A
(95,58,58)
#4E3030
(78,48,48)
#3D2626
(61,38,38)
#2C1C1C
(44,28,28)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C57676

#C57676
(197,118,118)
#CA8282
(202,130,130)
#CF8E8E
(207,142,142)
#D49A9A
(212,154,154)
#D9A6A6
(217,166,166)
#DEB2B2
(222,178,178)
#E3BEBE
(227,190,190)
#E8CACA
(232,202,202)
#EDD6D6
(237,214,214)
#F2E2E2
(242,226,226)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57676; }

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

This text font color is #C57676.


Background Color

.myBgColor { background-color: #C57676; }

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

This div background color is #C57676.


Border color

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

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

This div border color is #C57676.


Opacity

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

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

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

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

This text has shadow with #C57676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57676 on black background.


Color preview on white background

This text has color #C57676 on white background.



Black color preview on #C57676 background

This text has black color on #C57676 background.


White color preview on #C57676 background

This text has white color on #C57676 background.