COLOR #C777A1

HEX: #C777A1 RGB: (199,119,161)

Color info

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

RGB color model

#C777A1 color RGB value is (199,119,161).

RGB: (199,119,161) (78%, 47%, 63%)

RGB channels and saturation

R 199 of 255 = 78%
G 119 of 255 = 47%
B 161 of 255 = 63%

199
119
161

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

Portions of RGB colors in percentages

R + G + B = 199 + 119 + 161 = 479 (100%)
R 199 of 479 ~ 41.54%
G 119 of 479 ~ 24.84%
B 161 of 479 ~ 33.61'%

%41.54
%24.84
%33.61

CMYK color model

#C777A1 color CMYK value is (0,40,19,22).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK: (0,40,19,22) C0M40Y19K22 (0%,40%,19%,22%) (0.00/0.40/0.19/0.22) 

CMYK percentages

%0
%40.2
%19.1
%21.96

Codes

Color #C777A1 in popluar color models

C7 77 A1
RGB 199 119 161
HSL 329° 41.67% 62.35%
HSB/HSV 329° 40.20% 78.04%
CMYK 0.00% 40.20% 19.10%
21.96%

Color #C777A1 in popluar number systems.

HEX C7 77 A1
Decimal 199 119 161
Binary 11000111 1110111 10100001
Octal 307 167 241

Shades and tints

Shades of #C777A1

#C777A1
(199,119,161)
#B56D93
(181,109,147)
#A36385
(163,99,133)
#915977
(145,89,119)
#7F4F69
(127,79,105)
#6D455B
(109,69,91)
#5B3B4D
(91,59,77)
#49313F
(73,49,63)
#372731
(55,39,49)
#251D23
(37,29,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C777A1

#C777A1
(199,119,161)
#CC83A9
(204,131,169)
#D18FB1
(209,143,177)
#D69BB9
(214,155,185)
#DBA7C1
(219,167,193)
#E0B3C9
(224,179,201)
#E5BFD1
(229,191,209)
#EACBD9
(234,203,217)
#EFD7E1
(239,215,225)
#F4E3E9
(244,227,233)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C777A1 color. Also use rgb(199,119,161) instead hex code.

Text Font Color

.myTextColor { color: #C777A1; }

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

This text font color is #C777A1.

Background Color

.myBgColor { background-color: #C777A1; }

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

This div background color is #C777A1.

Border color

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

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

This div border color is #C777A1.

Opacity

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

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

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

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

This text has shadow with #C777A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C777A1.

Preview

Color preview on black background

This text has color #C777A1 on black background.


Color preview on white background

This text has color #C777A1 on white background.


Black color preview on #C777A1 background

This text has black color on #C777A1 background.


White color preview on #C777A1 background

This text has white color on #C777A1 background.


Related colors

Complementary color

Complementary color for #hex is #38885E.


I love getcolorcode.com

Triadic colors

1 #A1C777 and #77A1C7 with #C777A1 are triadic colors.

2 #A177C7 and #77C7A1 with #C777A1 are triadic colors.