COLOR #C57CA2

HEX: #C57CA2
RGB: (197,124,162)

Color info

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

RGB color model

#C57CA2 color RGB value is (197,124,162).

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

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 162 of 255 = 64%

197
124
162

R + G + B ~ 63%. #C57CA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 162 = 483 (100%)
R 197 of 483 ~ 40.79%
G 124 of 483 ~ 25.67%
B 162 of 483 ~ 33.54%

%40.79
%25.67
%33.54

CMYK color model

#C57CA2 color CMYK value is (0,37,18,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK:
(0,37,18,23)
C0M37Y18K23 
(0%,37%,18%,23%)
(0.00/0.37/0.18/0.23)	

CMYK percentages

%0
%37.06
%17.77
%22.75

Codes

Color #C57CA2 in popluar color models

C57CA2
RGB197124162
HSL329°38.62%62.94%
HSB/HSV329°37.06%77.25%
CMYK0.00%37.06%17.77%
22.75%

Color #C57CA2 in popluar number systems.

HEXC57CA2
Decimal197124162
Binary11000101111110010100010
Octal305174242

Shades and tints

Shades of #C57CA2

#C57CA2
(197,124,162)
#B47194
(180,113,148)
#A36686
(163,102,134)
#925B78
(146,91,120)
#81506A
(129,80,106)
#70455C
(112,69,92)
#5F3A4E
(95,58,78)
#4E2F40
(78,47,64)
#3D2432
(61,36,50)
#2C1924
(44,25,36)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C57CA2

#C57CA2
(197,124,162)
#CA87AA
(202,135,170)
#CF92B2
(207,146,178)
#D49DBA
(212,157,186)
#D9A8C2
(217,168,194)
#DEB3CA
(222,179,202)
#E3BED2
(227,190,210)
#E8C9DA
(232,201,218)
#EDD4E2
(237,212,226)
#F2DFEA
(242,223,234)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57CA2; }

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

This text font color is #C57CA2.


Background Color

.myBgColor { background-color: #C57CA2; }

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

This div background color is #C57CA2.


Border color

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

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

This div border color is #C57CA2.


Opacity

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

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

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

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

This text has shadow with #C57CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57CA2 on black background.


Color preview on white background

This text has color #C57CA2 on white background.



Black color preview on #C57CA2 background

This text has black color on #C57CA2 background.


White color preview on #C57CA2 background

This text has white color on #C57CA2 background.