COLOR #C57C8E

HEX: #C57C8E
RGB: (197,124,142)

Color info

#C57C8E contains mainly red and blue colors. Web safe color of #C57C8E is #CC6699 (or #C69).

RGB color model

#C57C8E color RGB value is (197,124,142).

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

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 142 of 255 = 56%

197
124
142

R + G + B ~ 61%. #C57C8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 142 = 463 (100%)
R 197 of 463 ~ 42.55%
G 124 of 463 ~ 26.78%
B 142 of 463 ~ 30.67%

%42.55
%26.78
%30.67

CMYK color model

#C57C8E color CMYK value is (0,37,28,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(0,37,28,23)
C0M37Y28K23 
(0%,37%,28%,23%)
(0.00/0.37/0.28/0.23)	

CMYK percentages

%0
%37.06
%27.92
%22.75

Codes

Color #C57C8E in popluar color models

C57C8E
RGB197124142
HSL345°38.62%62.94%
HSB/HSV345°37.06%77.25%
CMYK0.00%37.06%27.92%
22.75%

Color #C57C8E in popluar number systems.

HEXC57C8E
Decimal197124142
Binary11000101111110010001110
Octal305174216

Shades and tints

Shades of #C57C8E

#C57C8E
(197,124,142)
#B47182
(180,113,130)
#A36676
(163,102,118)
#925B6A
(146,91,106)
#81505E
(129,80,94)
#704552
(112,69,82)
#5F3A46
(95,58,70)
#4E2F3A
(78,47,58)
#3D242E
(61,36,46)
#2C1922
(44,25,34)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C57C8E

#C57C8E
(197,124,142)
#CA8798
(202,135,152)
#CF92A2
(207,146,162)
#D49DAC
(212,157,172)
#D9A8B6
(217,168,182)
#DEB3C0
(222,179,192)
#E3BECA
(227,190,202)
#E8C9D4
(232,201,212)
#EDD4DE
(237,212,222)
#F2DFE8
(242,223,232)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57C8E; }

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

This text font color is #C57C8E.


Background Color

.myBgColor { background-color: #C57C8E; }

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

This div background color is #C57C8E.


Border color

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

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

This div border color is #C57C8E.


Opacity

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

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

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

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

This text has shadow with #C57C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57C8E on black background.


Color preview on white background

This text has color #C57C8E on white background.



Black color preview on #C57C8E background

This text has black color on #C57C8E background.


White color preview on #C57C8E background

This text has white color on #C57C8E background.