COLOR #C77AA8

HEX: #C77AA8 RGB: (199,122,168)

Color info

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

RGB color model

#C77AA8 color RGB value is (199,122,168).

RGB: (199,122,168) (78%, 48%, 66%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 168 of 255 = 66%

199
122
168

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

Portions of RGB colors in percentages

R + G + B = 199 + 122 + 168 = 489 (100%)
R 199 of 489 ~ 40.7%
G 122 of 489 ~ 24.95%
B 168 of 489 ~ 34.36'%

%40.7
%24.95
%34.36

CMYK color model

#C77AA8 color CMYK value is (0,39,16,22).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 15.58%
  • key color value is 21.96%

CMYK: (0,39,16,22)
C0M39Y16K22 (0%, 39%, 16%, 22%)
(0.00 / 0.39 / 0.16 / 0.22)

CMYK percentages

%0
%38.69
%15.58
%21.96

Codes

Color #C77AA8 in popluar color models

C7 7A A8
RGB 199 122 168
HSL 324° 40.74% 62.94%
HSB/HSV 324° 38.69% 78.04%
CMYK 0.00% 38.69% 15.58%
21.96%

Color #C77AA8 in popluar number systems.

HEX C7 7A A8
Decimal 199 122 168
Binary 11000111 1111010 10101000
Octal 307 172 250

Shades and tints

Shades of #C77AA8

#C77AA8
(199,122,168)
#B56F99
(181,111,153)
#A3648A
(163,100,138)
#91597B
(145,89,123)
#7F4E6C
(127,78,108)
#6D435D
(109,67,93)
#5B384E
(91,56,78)
#492D3F
(73,45,63)
#372230
(55,34,48)
#251721
(37,23,33)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #C77AA8

#C77AA8
(199,122,168)
#CC86AF
(204,134,175)
#D192B6
(209,146,182)
#D69EBD
(214,158,189)
#DBAAC4
(219,170,196)
#E0B6CB
(224,182,203)
#E5C2D2
(229,194,210)
#EACED9
(234,206,217)
#EFDAE0
(239,218,224)
#F4E6E7
(244,230,231)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77AA8 color. Also use rgb(199,122,168) instead hex code.

Text Font Color

.myTextColor { color: #C77AA8; }

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

This text font color is #C77AA8.

Background Color

.myBgColor { background-color: #C77AA8; }

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

This div background color is #C77AA8.

Border color

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

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

This div border color is #C77AA8.

Opacity

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

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

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

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

This text has shadow with #C77AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77AA8.

Preview

Color preview on black background

This text has color #C77AA8 on black background.


Color preview on white background

This text has color #C77AA8 on white background.


Black color preview on #C77AA8 background

This text has black color on #C77AA8 background.


White color preview on #C77AA8 background

This text has white color on #C77AA8 background.


Related colors

Complementary color

Complementary color for #hex is #388557.


I love getcolorcode.com

Triadic colors

1 #A8C77A and #7AA8C7 with #C77AA8 are triadic colors.

2 #A87AC7 and #7AC7A8 with #C77AA8 are triadic colors.