COLOR #C57CA7

HEX: #C57CA7
RGB: (197,124,167)

Color info

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

RGB color model

#C57CA7 color RGB value is (197,124,167).

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

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 167 of 255 = 65%

197
124
167

R + G + B ~ 64%. #C57CA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 167 = 488 (100%)
R 197 of 488 ~ 40.37%
G 124 of 488 ~ 25.41%
B 167 of 488 ~ 34.22%

%40.37
%25.41
%34.22

CMYK color model

#C57CA7 color CMYK value is (0,37,15,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,37,15,23)
C0M37Y15K23 
(0%,37%,15%,23%)
(0.00/0.37/0.15/0.23)	

CMYK percentages

%0
%37.06
%15.23
%22.75

Codes

Color #C57CA7 in popluar color models

C57CA7
RGB197124167
HSL325°38.62%62.94%
HSB/HSV325°37.06%77.25%
CMYK0.00%37.06%15.23%
22.75%

Color #C57CA7 in popluar number systems.

HEXC57CA7
Decimal197124167
Binary11000101111110010100111
Octal305174247

Shades and tints

Shades of #C57CA7

#C57CA7
(197,124,167)
#B47198
(180,113,152)
#A36689
(163,102,137)
#925B7A
(146,91,122)
#81506B
(129,80,107)
#70455C
(112,69,92)
#5F3A4D
(95,58,77)
#4E2F3E
(78,47,62)
#3D242F
(61,36,47)
#2C1920
(44,25,32)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #C57CA7

#C57CA7
(197,124,167)
#CA87AF
(202,135,175)
#CF92B7
(207,146,183)
#D49DBF
(212,157,191)
#D9A8C7
(217,168,199)
#DEB3CF
(222,179,207)
#E3BED7
(227,190,215)
#E8C9DF
(232,201,223)
#EDD4E7
(237,212,231)
#F2DFEF
(242,223,239)
#F7EAF7
(247,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57CA7; }

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

This text font color is #C57CA7.


Background Color

.myBgColor { background-color: #C57CA7; }

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

This div background color is #C57CA7.


Border color

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

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

This div border color is #C57CA7.


Opacity

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

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

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

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

This text has shadow with #C57CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57CA7 on black background.


Color preview on white background

This text has color #C57CA7 on white background.



Black color preview on #C57CA7 background

This text has black color on #C57CA7 background.


White color preview on #C57CA7 background

This text has white color on #C57CA7 background.