COLOR #C572A8

HEX: #C572A8
RGB: (197,114,168)

Color info

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

RGB color model

#C572A8 color RGB value is (197,114,168).

  • red value is 197;
  • green value is 114;
  • blue value is 168.
RGB:
(197,114,168)
(77%,45%,66%)

RGB channels and saturation

R 197 of 255 = 77%
G 114 of 255 = 45%
B 168 of 255 = 66%

197
114
168

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

Portions of RGB colors in percentages

R + G + B =
197 + 114 + 168 = 479 (100%)
R 197 of 479 ~ 41.13%
G 114 of 479 ~ 23.8%
B 168 of 479 ~ 35.07%

%41.13
%23.8
%35.07

CMYK color model

#C572A8 color CMYK value is (0,42,15,23).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 14.72%
  • key color value is 22.75%
CMYK:
(0,42,15,23)
C0M42Y15K23 
(0%,42%,15%,23%)
(0.00/0.42/0.15/0.23)	

CMYK percentages

%0
%42.13
%14.72
%22.75

Codes

Color #C572A8 in popluar color models

C572A8
RGB197114168
HSL321°41.71%60.98%
HSB/HSV321°42.13%77.25%
CMYK0.00%42.13%14.72%
22.75%

Color #C572A8 in popluar number systems.

HEXC572A8
Decimal197114168
Binary11000101111001010101000
Octal305162250

Shades and tints

Shades of #C572A8

#C572A8
(197,114,168)
#B46899
(180,104,153)
#A35E8A
(163,94,138)
#92547B
(146,84,123)
#814A6C
(129,74,108)
#70405D
(112,64,93)
#5F364E
(95,54,78)
#4E2C3F
(78,44,63)
#3D2230
(61,34,48)
#2C1821
(44,24,33)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #C572A8

#C572A8
(197,114,168)
#CA7EAF
(202,126,175)
#CF8AB6
(207,138,182)
#D496BD
(212,150,189)
#D9A2C4
(217,162,196)
#DEAECB
(222,174,203)
#E3BAD2
(227,186,210)
#E8C6D9
(232,198,217)
#EDD2E0
(237,210,224)
#F2DEE7
(242,222,231)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C572A8 color. Also use rgb(197,114,168) instead hex code.

Text Font Color

.myTextColor { color: #C572A8; }

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

This text font color is #C572A8.


Background Color

.myBgColor { background-color: #C572A8; }

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

This div background color is #C572A8.


Border color

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

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

This div border color is #C572A8.


Opacity

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

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

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

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

This text has shadow with #C572A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C572A8 on black background.


Color preview on white background

This text has color #C572A8 on white background.



Black color preview on #C572A8 background

This text has black color on #C572A8 background.


White color preview on #C572A8 background

This text has white color on #C572A8 background.