COLOR #C576A4

HEX: #C576A4
RGB: (197,118,164)

Color info

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

RGB color model

#C576A4 color RGB value is (197,118,164).

  • red value is 197;
  • green value is 118;
  • blue value is 164.
RGB:
(197,118,164)
(77%,46%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 118 of 255 = 46%
B 164 of 255 = 64%

197
118
164

R + G + B ~ 62%. #C576A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 118 + 164 = 479 (100%)
R 197 of 479 ~ 41.13%
G 118 of 479 ~ 24.63%
B 164 of 479 ~ 34.24%

%41.13
%24.63
%34.24

CMYK color model

#C576A4 color CMYK value is (0,40,17,23).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 16.75%
  • key color value is 22.75%
CMYK:
(0,40,17,23)
C0M40Y17K23 
(0%,40%,17%,23%)
(0.00/0.40/0.17/0.23)	

CMYK percentages

%0
%40.1
%16.75
%22.75

Codes

Color #C576A4 in popluar color models

C576A4
RGB197118164
HSL325°40.51%61.76%
HSB/HSV325°40.10%77.25%
CMYK0.00%40.10%16.75%
22.75%

Color #C576A4 in popluar number systems.

HEXC576A4
Decimal197118164
Binary11000101111011010100100
Octal305166244

Shades and tints

Shades of #C576A4

#C576A4
(197,118,164)
#B46C96
(180,108,150)
#A36288
(163,98,136)
#92587A
(146,88,122)
#814E6C
(129,78,108)
#70445E
(112,68,94)
#5F3A50
(95,58,80)
#4E3042
(78,48,66)
#3D2634
(61,38,52)
#2C1C26
(44,28,38)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C576A4

#C576A4
(197,118,164)
#CA82AC
(202,130,172)
#CF8EB4
(207,142,180)
#D49ABC
(212,154,188)
#D9A6C4
(217,166,196)
#DEB2CC
(222,178,204)
#E3BED4
(227,190,212)
#E8CADC
(232,202,220)
#EDD6E4
(237,214,228)
#F2E2EC
(242,226,236)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C576A4 color. Also use rgb(197,118,164) instead hex code.

Text Font Color

.myTextColor { color: #C576A4; }

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

This text font color is #C576A4.


Background Color

.myBgColor { background-color: #C576A4; }

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

This div background color is #C576A4.


Border color

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

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

This div border color is #C576A4.


Opacity

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

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

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

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

This text has shadow with #C576A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C576A4 on black background.


Color preview on white background

This text has color #C576A4 on white background.



Black color preview on #C576A4 background

This text has black color on #C576A4 background.


White color preview on #C576A4 background

This text has white color on #C576A4 background.