COLOR #C57EA0

HEX: #C57EA0
RGB: (197,126,160)

Color info

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

RGB color model

#C57EA0 color RGB value is (197,126,160).

  • red value is 197;
  • green value is 126;
  • blue value is 160.
RGB:
(197,126,160)
(77%,49%,63%)

RGB channels and saturation

R 197 of 255 = 77%
G 126 of 255 = 49%
B 160 of 255 = 63%

197
126
160

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

Portions of RGB colors in percentages

R + G + B =
197 + 126 + 160 = 483 (100%)
R 197 of 483 ~ 40.79%
G 126 of 483 ~ 26.09%
B 160 of 483 ~ 33.13%

%40.79
%26.09
%33.13

CMYK color model

#C57EA0 color CMYK value is (0,36,19,23).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(0,36,19,23)
C0M36Y19K23 
(0%,36%,19%,23%)
(0.00/0.36/0.19/0.23)	

CMYK percentages

%0
%36.04
%18.78
%22.75

Codes

Color #C57EA0 in popluar color models

C57EA0
RGB197126160
HSL331°37.97%63.33%
HSB/HSV331°36.04%77.25%
CMYK0.00%36.04%18.78%
22.75%

Color #C57EA0 in popluar number systems.

HEXC57EA0
Decimal197126160
Binary11000101111111010100000
Octal305176240

Shades and tints

Shades of #C57EA0

#C57EA0
(197,126,160)
#B47392
(180,115,146)
#A36884
(163,104,132)
#925D76
(146,93,118)
#815268
(129,82,104)
#70475A
(112,71,90)
#5F3C4C
(95,60,76)
#4E313E
(78,49,62)
#3D2630
(61,38,48)
#2C1B22
(44,27,34)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C57EA0

#C57EA0
(197,126,160)
#CA89A8
(202,137,168)
#CF94B0
(207,148,176)
#D49FB8
(212,159,184)
#D9AAC0
(217,170,192)
#DEB5C8
(222,181,200)
#E3C0D0
(227,192,208)
#E8CBD8
(232,203,216)
#EDD6E0
(237,214,224)
#F2E1E8
(242,225,232)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57EA0; }

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

This text font color is #C57EA0.


Background Color

.myBgColor { background-color: #C57EA0; }

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

This div background color is #C57EA0.


Border color

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

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

This div border color is #C57EA0.


Opacity

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

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

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

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

This text has shadow with #C57EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57EA0 on black background.


Color preview on white background

This text has color #C57EA0 on white background.



Black color preview on #C57EA0 background

This text has black color on #C57EA0 background.


White color preview on #C57EA0 background

This text has white color on #C57EA0 background.