COLOR #C579A8

HEX: #C579A8
RGB: (197,121,168)

Color info

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

RGB color model

#C579A8 color RGB value is (197,121,168).

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

RGB channels and saturation

R 197 of 255 = 77%
G 121 of 255 = 47%
B 168 of 255 = 66%

197
121
168

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

Portions of RGB colors in percentages

R + G + B =
197 + 121 + 168 = 486 (100%)
R 197 of 486 ~ 40.53%
G 121 of 486 ~ 24.9%
B 168 of 486 ~ 34.57%

%40.53
%24.9
%34.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 14.72%
  • 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
%14.72
%22.75

Codes

Color #C579A8 in popluar color models

C579A8
RGB197121168
HSL323°39.58%62.35%
HSB/HSV323°38.58%77.25%
CMYK0.00%38.58%14.72%
22.75%

Color #C579A8 in popluar number systems.

HEXC579A8
Decimal197121168
Binary11000101111100110101000
Octal305171250

Shades and tints

Shades of #C579A8

#C579A8
(197,121,168)
#B46E99
(180,110,153)
#A3638A
(163,99,138)
#92587B
(146,88,123)
#814D6C
(129,77,108)
#70425D
(112,66,93)
#5F374E
(95,55,78)
#4E2C3F
(78,44,63)
#3D2130
(61,33,48)
#2C1621
(44,22,33)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #C579A8

#C579A8
(197,121,168)
#CA85AF
(202,133,175)
#CF91B6
(207,145,182)
#D49DBD
(212,157,189)
#D9A9C4
(217,169,196)
#DEB5CB
(222,181,203)
#E3C1D2
(227,193,210)
#E8CDD9
(232,205,217)
#EDD9E0
(237,217,224)
#F2E5E7
(242,229,231)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C579A8; }

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

This text font color is #C579A8.


Background Color

.myBgColor { background-color: #C579A8; }

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

This div background color is #C579A8.


Border color

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

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

This div border color is #C579A8.


Opacity

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

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

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

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

This text has shadow with #C579A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C579A8 on black background.


Color preview on white background

This text has color #C579A8 on white background.



Black color preview on #C579A8 background

This text has black color on #C579A8 background.


White color preview on #C579A8 background

This text has white color on #C579A8 background.