COLOR #C579A7

HEX: #C579A7 RGB: (197,121,167)

Color info

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

RGB color model

#C579A7 color RGB value is (197,121,167).

RGB: (197,121,167) (77%, 47%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 121 of 255 = 47%
B 167 of 255 = 65%

197
121
167

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

Portions of RGB colors in percentages

R + G + B = 197 + 121 + 167 = 485 (100%)
R 197 of 485 ~ 40.62%
G 121 of 485 ~ 24.95%
B 167 of 485 ~ 34.43'%

%40.62
%24.95
%34.43

CMYK color model

#C579A7 color CMYK value is (0,39,15,23).

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK: (0,39,15,23) C0M39Y15K23 (0%,39%,15%,23%) (0.00/0.39/0.15/0.23) 

CMYK percentages

%0
%38.58
%15.23
%22.75

Codes

Color #C579A7 in popluar color models

C5 79 A7
RGB 197 121 167
HSL 324° 39.58% 62.35%
HSB/HSV 324° 38.58% 77.25%
CMYK 0.00% 38.58% 15.23%
22.75%

Color #C579A7 in popluar number systems.

HEX C5 79 A7
Decimal 197 121 167
Binary 11000101 1111001 10100111
Octal 305 171 247

Shades and tints

Shades of #C579A7

#C579A7
(197,121,167)
#B46E98
(180,110,152)
#A36389
(163,99,137)
#92587A
(146,88,122)
#814D6B
(129,77,107)
#70425C
(112,66,92)
#5F374D
(95,55,77)
#4E2C3E
(78,44,62)
#3D212F
(61,33,47)
#2C1620
(44,22,32)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #C579A7

#C579A7
(197,121,167)
#CA85AF
(202,133,175)
#CF91B7
(207,145,183)
#D49DBF
(212,157,191)
#D9A9C7
(217,169,199)
#DEB5CF
(222,181,207)
#E3C1D7
(227,193,215)
#E8CDDF
(232,205,223)
#EDD9E7
(237,217,231)
#F2E5EF
(242,229,239)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C579A7; }

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

This text font color is #C579A7.

Background Color

.myBgColor { background-color: #C579A7; }

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

This div background color is #C579A7.

Border color

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

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

This div border color is #C579A7.

Opacity

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

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

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

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

This text has shadow with #C579A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C579A7.

Preview

Color preview on black background

This text has color #C579A7 on black background.


Color preview on white background

This text has color #C579A7 on white background.


Black color preview on #C579A7 background

This text has black color on #C579A7 background.


White color preview on #C579A7 background

This text has white color on #C579A7 background.


Related colors

Complementary color

Complementary color for #hex is #3A8658.


I love getcolorcode.com

Triadic colors

1 #A7C579 and #79A7C5 with #C579A7 are triadic colors.

2 #A779C5 and #79C5A7 with #C579A7 are triadic colors.