COLOR #C57CAD

HEX: #C57CAD
RGB: (197,124,173)

Color info

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

RGB color model

#C57CAD color RGB value is (197,124,173).

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

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 173 of 255 = 68%

197
124
173

R + G + B ~ 65%. #C57CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 173 = 494 (100%)
R 197 of 494 ~ 39.88%
G 124 of 494 ~ 25.1%
B 173 of 494 ~ 35.02%

%39.88
%25.1
%35.02

CMYK color model

#C57CAD color CMYK value is (0,37,12,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,37,12,23)
C0M37Y12K23 
(0%,37%,12%,23%)
(0.00/0.37/0.12/0.23)	

CMYK percentages

%0
%37.06
%12.18
%22.75

Codes

Color #C57CAD in popluar color models

C57CAD
RGB197124173
HSL320°38.62%62.94%
HSB/HSV320°37.06%77.25%
CMYK0.00%37.06%12.18%
22.75%

Color #C57CAD in popluar number systems.

HEXC57CAD
Decimal197124173
Binary11000101111110010101101
Octal305174255

Shades and tints

Shades of #C57CAD

#C57CAD
(197,124,173)
#B4719E
(180,113,158)
#A3668F
(163,102,143)
#925B80
(146,91,128)
#815071
(129,80,113)
#704562
(112,69,98)
#5F3A53
(95,58,83)
#4E2F44
(78,47,68)
#3D2435
(61,36,53)
#2C1926
(44,25,38)
#1B0E17
(27,14,23)
#000000
(0,0,0)

Tints of #C57CAD

#C57CAD
(197,124,173)
#CA87B4
(202,135,180)
#CF92BB
(207,146,187)
#D49DC2
(212,157,194)
#D9A8C9
(217,168,201)
#DEB3D0
(222,179,208)
#E3BED7
(227,190,215)
#E8C9DE
(232,201,222)
#EDD4E5
(237,212,229)
#F2DFEC
(242,223,236)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57CAD; }

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

This text font color is #C57CAD.


Background Color

.myBgColor { background-color: #C57CAD; }

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

This div background color is #C57CAD.


Border color

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

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

This div border color is #C57CAD.


Opacity

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

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

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

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

This text has shadow with #C57CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57CAD on black background.


Color preview on white background

This text has color #C57CAD on white background.



Black color preview on #C57CAD background

This text has black color on #C57CAD background.


White color preview on #C57CAD background

This text has white color on #C57CAD background.