COLOR #C579AF

HEX: #C579AF RGB: (197,121,175)

Color info

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

RGB color model

#C579AF color RGB value is (197,121,175).

RGB: (197,121,175) (77%, 47%, 69%)

RGB channels and saturation

R 197 of 255 = 77%
G 121 of 255 = 47%
B 175 of 255 = 69%

197
121
175

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

Portions of RGB colors in percentages

R + G + B = 197 + 121 + 175 = 493 (100%)
R 197 of 493 ~ 39.96%
G 121 of 493 ~ 24.54%
B 175 of 493 ~ 35.5'%

%39.96
%24.54
%35.5

CMYK color model

#C579AF color CMYK value is (0,39,11,23).

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 11.17%
  • key color value is 22.75%

CMYK: (0,39,11,23)
C0M39Y11K23 (0%, 39%, 11%, 23%)
(0.00 / 0.39 / 0.11 / 0.23)

CMYK percentages

%0
%38.58
%11.17
%22.75

Codes

Color #C579AF in popluar color models

C5 79 AF
RGB 197 121 175
HSL 317° 39.58% 62.35%
HSB/HSV 317° 38.58% 77.25%
CMYK 0.00% 38.58% 11.17%
22.75%

Color #C579AF in popluar number systems.

HEX C5 79 AF
Decimal 197 121 175
Binary 11000101 1111001 10101111
Octal 305 171 257

Shades and tints

Shades of #C579AF

#C579AF
(197,121,175)
#B46EA0
(180,110,160)
#A36391
(163,99,145)
#925882
(146,88,130)
#814D73
(129,77,115)
#704264
(112,66,100)
#5F3755
(95,55,85)
#4E2C46
(78,44,70)
#3D2137
(61,33,55)
#2C1628
(44,22,40)
#1B0B19
(27,11,25)
#000000
(0,0,0)

Tints of #C579AF

#C579AF
(197,121,175)
#CA85B6
(202,133,182)
#CF91BD
(207,145,189)
#D49DC4
(212,157,196)
#D9A9CB
(217,169,203)
#DEB5D2
(222,181,210)
#E3C1D9
(227,193,217)
#E8CDE0
(232,205,224)
#EDD9E7
(237,217,231)
#F2E5EE
(242,229,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C579AF; }

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

This text font color is #C579AF.

Background Color

.myBgColor { background-color: #C579AF; }

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

This div background color is #C579AF.

Border color

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

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

This div border color is #C579AF.

Opacity

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

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

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

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

This text has shadow with #C579AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C579AF.

Preview

Color preview on black background

This text has color #C579AF on black background.


Color preview on white background

This text has color #C579AF on white background.


Black color preview on #C579AF background

This text has black color on #C579AF background.


White color preview on #C579AF background

This text has white color on #C579AF background.


Related colors

Complementary color

Complementary color for #hex is #3A8650.


I love getcolorcode.com

Triadic colors

1 #AFC579 and #79AFC5 with #C579AF are triadic colors.

2 #AF79C5 and #79C5AF with #C579AF are triadic colors.