COLOR #C57C94

HEX: #C57C94
RGB: (197,124,148)

Color info

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

RGB color model

#C57C94 color RGB value is (197,124,148).

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

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 148 of 255 = 58%

197
124
148

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

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 148 = 469 (100%)
R 197 of 469 ~ 42%
G 124 of 469 ~ 26.44%
B 148 of 469 ~ 31.56%

%42
%26.44
%31.56

CMYK color model

#C57C94 color CMYK value is (0,37,25,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK:
(0,37,25,23)
C0M37Y25K23 
(0%,37%,25%,23%)
(0.00/0.37/0.25/0.23)	

CMYK percentages

%0
%37.06
%24.87
%22.75

Codes

Color #C57C94 in popluar color models

C57C94
RGB197124148
HSL340°38.62%62.94%
HSB/HSV340°37.06%77.25%
CMYK0.00%37.06%24.87%
22.75%

Color #C57C94 in popluar number systems.

HEXC57C94
Decimal197124148
Binary11000101111110010010100
Octal305174224

Shades and tints

Shades of #C57C94

#C57C94
(197,124,148)
#B47187
(180,113,135)
#A3667A
(163,102,122)
#925B6D
(146,91,109)
#815060
(129,80,96)
#704553
(112,69,83)
#5F3A46
(95,58,70)
#4E2F39
(78,47,57)
#3D242C
(61,36,44)
#2C191F
(44,25,31)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #C57C94

#C57C94
(197,124,148)
#CA879D
(202,135,157)
#CF92A6
(207,146,166)
#D49DAF
(212,157,175)
#D9A8B8
(217,168,184)
#DEB3C1
(222,179,193)
#E3BECA
(227,190,202)
#E8C9D3
(232,201,211)
#EDD4DC
(237,212,220)
#F2DFE5
(242,223,229)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57C94; }

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

This text font color is #C57C94.


Background Color

.myBgColor { background-color: #C57C94; }

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

This div background color is #C57C94.


Border color

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

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

This div border color is #C57C94.


Opacity

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

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

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

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

This text has shadow with #C57C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57C94 on black background.


Color preview on white background

This text has color #C57C94 on white background.



Black color preview on #C57C94 background

This text has black color on #C57C94 background.


White color preview on #C57C94 background

This text has white color on #C57C94 background.