COLOR #C77EAF

HEX: #C77EAF RGB: (199,126,175)

Color info

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

RGB color model

#C77EAF color RGB value is (199,126,175).

RGB: (199,126,175) (78%, 49%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 175 of 255 = 69%

199
126
175

R + G + B ~ 65%. #C77EAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 126 + 175 = 500 (100%)
R 199 of 500 ~ 39.8%
G 126 of 500 ~ 25.2%
B 175 of 500 ~ 35'%

%39.8
%25.2
%35

CMYK color model

#C77EAF color CMYK value is (0,37,12,22).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 12.06%
  • key color value is 21.96%

CMYK: (0,37,12,22)
C0M37Y12K22 (0%, 37%, 12%, 22%)
(0.00 / 0.37 / 0.12 / 0.22)

CMYK percentages

%0
%36.68
%12.06
%21.96

Codes

Color #C77EAF in popluar color models

C7 7E AF
RGB 199 126 175
HSL 320° 39.46% 63.73%
HSB/HSV 320° 36.68% 78.04%
CMYK 0.00% 36.68% 12.06%
21.96%

Color #C77EAF in popluar number systems.

HEX C7 7E AF
Decimal 199 126 175
Binary 11000111 1111110 10101111
Octal 307 176 257

Shades and tints

Shades of #C77EAF

#C77EAF
(199,126,175)
#B573A0
(181,115,160)
#A36891
(163,104,145)
#915D82
(145,93,130)
#7F5273
(127,82,115)
#6D4764
(109,71,100)
#5B3C55
(91,60,85)
#493146
(73,49,70)
#372637
(55,38,55)
#251B28
(37,27,40)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #C77EAF

#C77EAF
(199,126,175)
#CC89B6
(204,137,182)
#D194BD
(209,148,189)
#D69FC4
(214,159,196)
#DBAACB
(219,170,203)
#E0B5D2
(224,181,210)
#E5C0D9
(229,192,217)
#EACBE0
(234,203,224)
#EFD6E7
(239,214,231)
#F4E1EE
(244,225,238)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77EAF; }

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

This text font color is #C77EAF.

Background Color

.myBgColor { background-color: #C77EAF; }

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

This div background color is #C77EAF.

Border color

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

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

This div border color is #C77EAF.

Opacity

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

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

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

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

This text has shadow with #C77EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77EAF.

Preview

Color preview on black background

This text has color #C77EAF on black background.


Color preview on white background

This text has color #C77EAF on white background.


Black color preview on #C77EAF background

This text has black color on #C77EAF background.


White color preview on #C77EAF background

This text has white color on #C77EAF background.


Related colors

Complementary color

Complementary color for #hex is #388150.


I love getcolorcode.com

Triadic colors

1 #AFC77E and #7EAFC7 with #C77EAF are triadic colors.

2 #AF7EC7 and #7EC7AF with #C77EAF are triadic colors.