COLOR #C57A6B

HEX: #C57A6B
RGB: (197,122,107)

Color info

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

RGB color model

#C57A6B color RGB value is (197,122,107).

  • red value is 197;
  • green value is 122;
  • blue value is 107.
RGB:
(197,122,107)
(77%,48%,42%)

RGB channels and saturation

R 197 of 255 = 77%
G 122 of 255 = 48%
B 107 of 255 = 42%

197
122
107

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

Portions of RGB colors in percentages

R + G + B =
197 + 122 + 107 = 426 (100%)
R 197 of 426 ~ 46.24%
G 122 of 426 ~ 28.64%
B 107 of 426 ~ 25.12%

%46.24
%28.64
%25.12

CMYK color model

#C57A6B color CMYK value is (0,38,46,23).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 45.69%
  • key color value is 22.75%
CMYK:
(0,38,46,23)
C0M38Y46K23 
(0%,38%,46%,23%)
(0.00/0.38/0.46/0.23)	

CMYK percentages

%0
%38.07
%45.69
%22.75

Codes

Color #C57A6B in popluar color models

C57A6B
RGB197122107
HSL10°43.69%59.61%
HSB/HSV10°45.69%77.25%
CMYK0.00%38.07%45.69%
22.75%

Color #C57A6B in popluar number systems.

HEXC57A6B
Decimal197122107
Binary1100010111110101101011
Octal305172153

Shades and tints

Shades of #C57A6B

#C57A6B
(197,122,107)
#B46F62
(180,111,98)
#A36459
(163,100,89)
#925950
(146,89,80)
#814E47
(129,78,71)
#70433E
(112,67,62)
#5F3835
(95,56,53)
#4E2D2C
(78,45,44)
#3D2223
(61,34,35)
#2C171A
(44,23,26)
#1B0C11
(27,12,17)
#000000
(0,0,0)

Tints of #C57A6B

#C57A6B
(197,122,107)
#CA8678
(202,134,120)
#CF9285
(207,146,133)
#D49E92
(212,158,146)
#D9AA9F
(217,170,159)
#DEB6AC
(222,182,172)
#E3C2B9
(227,194,185)
#E8CEC6
(232,206,198)
#EDDAD3
(237,218,211)
#F2E6E0
(242,230,224)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57A6B; }

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

This text font color is #C57A6B.


Background Color

.myBgColor { background-color: #C57A6B; }

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

This div background color is #C57A6B.


Border color

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

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

This div border color is #C57A6B.


Opacity

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

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

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

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

This text has shadow with #C57A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57A6B on black background.


Color preview on white background

This text has color #C57A6B on white background.



Black color preview on #C57A6B background

This text has black color on #C57A6B background.


White color preview on #C57A6B background

This text has white color on #C57A6B background.