COLOR #C77AA3

HEX: #C77AA3 RGB: (199,122,163)

Color info

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

RGB color model

#C77AA3 color RGB value is (199,122,163).

RGB: (199,122,163) (78%, 48%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 163 of 255 = 64%

199
122
163

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

Portions of RGB colors in percentages

R + G + B = 199 + 122 + 163 = 484 (100%)
R 199 of 484 ~ 41.12%
G 122 of 484 ~ 25.21%
B 163 of 484 ~ 33.68'%

%41.12
%25.21
%33.68

CMYK color model

#C77AA3 color CMYK value is (0,39,18,22).

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

CMYK: (0,39,18,22)
C0M39Y18K22 (0%, 39%, 18%, 22%)
(0.00 / 0.39 / 0.18 / 0.22)

CMYK percentages

%0
%38.69
%18.09
%21.96

Codes

Color #C77AA3 in popluar color models

C7 7A A3
RGB 199 122 163
HSL 328° 40.74% 62.94%
HSB/HSV 328° 38.69% 78.04%
CMYK 0.00% 38.69% 18.09%
21.96%

Color #C77AA3 in popluar number systems.

HEX C7 7A A3
Decimal 199 122 163
Binary 11000111 1111010 10100011
Octal 307 172 243

Shades and tints

Shades of #C77AA3

#C77AA3
(199,122,163)
#B56F95
(181,111,149)
#A36487
(163,100,135)
#915979
(145,89,121)
#7F4E6B
(127,78,107)
#6D435D
(109,67,93)
#5B384F
(91,56,79)
#492D41
(73,45,65)
#372233
(55,34,51)
#251725
(37,23,37)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #C77AA3

#C77AA3
(199,122,163)
#CC86AB
(204,134,171)
#D192B3
(209,146,179)
#D69EBB
(214,158,187)
#DBAAC3
(219,170,195)
#E0B6CB
(224,182,203)
#E5C2D3
(229,194,211)
#EACEDB
(234,206,219)
#EFDAE3
(239,218,227)
#F4E6EB
(244,230,235)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77AA3; }

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

This text font color is #C77AA3.

Background Color

.myBgColor { background-color: #C77AA3; }

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

This div background color is #C77AA3.

Border color

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

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

This div border color is #C77AA3.

Opacity

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

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

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

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

This text has shadow with #C77AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77AA3.

Preview

Color preview on black background

This text has color #C77AA3 on black background.


Color preview on white background

This text has color #C77AA3 on white background.


Black color preview on #C77AA3 background

This text has black color on #C77AA3 background.


White color preview on #C77AA3 background

This text has white color on #C77AA3 background.


Related colors

Complementary color

Complementary color for #hex is #38855C.


I love getcolorcode.com

Triadic colors

1 #A3C77A and #7AA3C7 with #C77AA3 are triadic colors.

2 #A37AC7 and #7AC7A3 with #C77AA3 are triadic colors.