COLOR #C277AD

HEX: #C277AD RGB: (194,119,173)

Color info

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

RGB color model

#C277AD color RGB value is (194,119,173).

RGB: (194,119,173) (76%, 47%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 119 of 255 = 47%
B 173 of 255 = 68%

194
119
173

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

Portions of RGB colors in percentages

R + G + B = 194 + 119 + 173 = 486 (100%)
R 194 of 486 ~ 39.92%
G 119 of 486 ~ 24.49%
B 173 of 486 ~ 35.6'%

%39.92
%24.49
%35.6

CMYK color model

#C277AD color CMYK value is (0,39,11,24).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 10.82%
  • key color value is 23.92%

CMYK: (0,39,11,24)
C0M39Y11K24 (0%, 39%, 11%, 24%)
(0.00 / 0.39 / 0.11 / 0.24)

CMYK percentages

%0
%38.66
%10.82
%23.92

Codes

Color #C277AD in popluar color models

C2 77 AD
RGB 194 119 173
HSL 317° 38.07% 61.37%
HSB/HSV 317° 38.66% 76.08%
CMYK 0.00% 38.66% 10.82%
23.92%

Color #C277AD in popluar number systems.

HEX C2 77 AD
Decimal 194 119 173
Binary 11000010 1110111 10101101
Octal 302 167 255

Shades and tints

Shades of #C277AD

#C277AD
(194,119,173)
#B16D9E
(177,109,158)
#A0638F
(160,99,143)
#8F5980
(143,89,128)
#7E4F71
(126,79,113)
#6D4562
(109,69,98)
#5C3B53
(92,59,83)
#4B3144
(75,49,68)
#3A2735
(58,39,53)
#291D26
(41,29,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #C277AD

#C277AD
(194,119,173)
#C783B4
(199,131,180)
#CC8FBB
(204,143,187)
#D19BC2
(209,155,194)
#D6A7C9
(214,167,201)
#DBB3D0
(219,179,208)
#E0BFD7
(224,191,215)
#E5CBDE
(229,203,222)
#EAD7E5
(234,215,229)
#EFE3EC
(239,227,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C277AD; }

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

This text font color is #C277AD.

Background Color

.myBgColor { background-color: #C277AD; }

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

This div background color is #C277AD.

Border color

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

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

This div border color is #C277AD.

Opacity

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

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

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

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

This text has shadow with #C277AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C277AD.

Preview

Color preview on black background

This text has color #C277AD on black background.


Color preview on white background

This text has color #C277AD on white background.


Black color preview on #C277AD background

This text has black color on #C277AD background.


White color preview on #C277AD background

This text has white color on #C277AD background.


Related colors

Complementary color

Complementary color for #hex is #3D8852.


I love getcolorcode.com

Triadic colors

1 #ADC277 and #77ADC2 with #C277AD are triadic colors.

2 #AD77C2 and #77C2AD with #C277AD are triadic colors.