COLOR #C577AD

HEX: #C577AD RGB: (197,119,173)

Color info

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

RGB color model

#C577AD color RGB value is (197,119,173).

RGB: (197,119,173) (77%, 47%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 119 of 255 = 47%
B 173 of 255 = 68%

197
119
173

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

Portions of RGB colors in percentages

R + G + B = 197 + 119 + 173 = 489 (100%)
R 197 of 489 ~ 40.29%
G 119 of 489 ~ 24.34%
B 173 of 489 ~ 35.38'%

%40.29
%24.34
%35.38

CMYK color model

#C577AD color CMYK value is (0,40,12,23).

  • cyan value is 0.00%
  • magenta value is 39.59%
  • yellow value is 12.18%
  • key color value is 22.75%

CMYK: (0,40,12,23)
C0M40Y12K23 (0%, 40%, 12%, 23%)
(0.00 / 0.40 / 0.12 / 0.23)

CMYK percentages

%0
%39.59
%12.18
%22.75

Codes

Color #C577AD in popluar color models

C5 77 AD
RGB 197 119 173
HSL 318° 40.21% 61.96%
HSB/HSV 318° 39.59% 77.25%
CMYK 0.00% 39.59% 12.18%
22.75%

Color #C577AD in popluar number systems.

HEX C5 77 AD
Decimal 197 119 173
Binary 11000101 1110111 10101101
Octal 305 167 255

Shades and tints

Shades of #C577AD

#C577AD
(197,119,173)
#B46D9E
(180,109,158)
#A3638F
(163,99,143)
#925980
(146,89,128)
#814F71
(129,79,113)
#704562
(112,69,98)
#5F3B53
(95,59,83)
#4E3144
(78,49,68)
#3D2735
(61,39,53)
#2C1D26
(44,29,38)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C577AD

#C577AD
(197,119,173)
#CA83B4
(202,131,180)
#CF8FBB
(207,143,187)
#D49BC2
(212,155,194)
#D9A7C9
(217,167,201)
#DEB3D0
(222,179,208)
#E3BFD7
(227,191,215)
#E8CBDE
(232,203,222)
#EDD7E5
(237,215,229)
#F2E3EC
(242,227,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C577AD color. Also use rgb(197,119,173) instead hex code.

Text Font Color

.myTextColor { color: #C577AD; }

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

This text font color is #C577AD.

Background Color

.myBgColor { background-color: #C577AD; }

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

This div background color is #C577AD.

Border color

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

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

This div border color is #C577AD.

Opacity

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

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

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

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

This text has shadow with #C577AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C577AD.

Preview

Color preview on black background

This text has color #C577AD on black background.


Color preview on white background

This text has color #C577AD on white background.


Black color preview on #C577AD background

This text has black color on #C577AD background.


White color preview on #C577AD background

This text has white color on #C577AD background.


Related colors

Complementary color

Complementary color for #hex is #3A8852.


I love getcolorcode.com

Triadic colors

1 #ADC577 and #77ADC5 with #C577AD are triadic colors.

2 #AD77C5 and #77C5AD with #C577AD are triadic colors.