COLOR #C77EA6

HEX: #C77EA6
RGB: (199,126,166)

Color info

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

RGB color model

#C77EA6 color RGB value is (199,126,166).

  • red value is 199;
  • green value is 126;
  • blue value is 166.
RGB:
(199,126,166)
(78%,49%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 166 of 255 = 65%

199
126
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 126 + 166 = 491 (100%)
R 199 of 491 ~ 40.53%
G 126 of 491 ~ 25.66%
B 166 of 491 ~ 33.81%

%40.53
%25.66
%33.81

CMYK color model

#C77EA6 color CMYK value is (0,37,17,22).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,37,17,22)
C0M37Y17K22 
(0%,37%,17%,22%)
(0.00/0.37/0.17/0.22)	

CMYK percentages

%0
%36.68
%16.58
%21.96

Codes

Color #C77EA6 in popluar color models

C77EA6
RGB199126166
HSL327°39.46%63.73%
HSB/HSV327°36.68%78.04%
CMYK0.00%36.68%16.58%
21.96%

Color #C77EA6 in popluar number systems.

HEXC77EA6
Decimal199126166
Binary11000111111111010100110
Octal307176246

Shades and tints

Shades of #C77EA6

#C77EA6
(199,126,166)
#B57397
(181,115,151)
#A36888
(163,104,136)
#915D79
(145,93,121)
#7F526A
(127,82,106)
#6D475B
(109,71,91)
#5B3C4C
(91,60,76)
#49313D
(73,49,61)
#37262E
(55,38,46)
#251B1F
(37,27,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #C77EA6

#C77EA6
(199,126,166)
#CC89AE
(204,137,174)
#D194B6
(209,148,182)
#D69FBE
(214,159,190)
#DBAAC6
(219,170,198)
#E0B5CE
(224,181,206)
#E5C0D6
(229,192,214)
#EACBDE
(234,203,222)
#EFD6E6
(239,214,230)
#F4E1EE
(244,225,238)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77EA6 color. Also use rgb(199,126,166) instead hex code.

Text Font Color

.myTextColor { color: #C77EA6; }

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

This text font color is #C77EA6.


Background Color

.myBgColor { background-color: #C77EA6; }

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

This div background color is #C77EA6.


Border color

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

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

This div border color is #C77EA6.


Opacity

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

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

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

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

This text has shadow with #C77EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77EA6 on black background.


Color preview on white background

This text has color #C77EA6 on white background.



Black color preview on #C77EA6 background

This text has black color on #C77EA6 background.


White color preview on #C77EA6 background

This text has white color on #C77EA6 background.