COLOR #C773A1

HEX: #C773A1 RGB: (199,115,161)

Color info

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

RGB color model

#C773A1 color RGB value is (199,115,161).

RGB: (199,115,161) (78%, 45%, 63%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 161 of 255 = 63%

199
115
161

R + G + B ~ 62%. #C773A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 115 + 161 = 475 (100%)
R 199 of 475 ~ 41.89%
G 115 of 475 ~ 24.21%
B 161 of 475 ~ 33.89'%

%41.89
%24.21
%33.89

CMYK color model

#C773A1 color CMYK value is (0,42,19,22).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK: (0,42,19,22) C0M42Y19K22 (0%,42%,19%,22%) (0.00/0.42/0.19/0.22) 

CMYK percentages

%0
%42.21
%19.1
%21.96

Codes

Color #C773A1 in popluar color models

C7 73 A1
RGB 199 115 161
HSL 327° 42.86% 61.57%
HSB/HSV 327° 42.21% 78.04%
CMYK 0.00% 42.21% 19.10%
21.96%

Color #C773A1 in popluar number systems.

HEX C7 73 A1
Decimal 199 115 161
Binary 11000111 1110011 10100001
Octal 307 163 241

Shades and tints

Shades of #C773A1

#C773A1
(199,115,161)
#B56993
(181,105,147)
#A35F85
(163,95,133)
#915577
(145,85,119)
#7F4B69
(127,75,105)
#6D415B
(109,65,91)
#5B374D
(91,55,77)
#492D3F
(73,45,63)
#372331
(55,35,49)
#251923
(37,25,35)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C773A1

#C773A1
(199,115,161)
#CC7FA9
(204,127,169)
#D18BB1
(209,139,177)
#D697B9
(214,151,185)
#DBA3C1
(219,163,193)
#E0AFC9
(224,175,201)
#E5BBD1
(229,187,209)
#EAC7D9
(234,199,217)
#EFD3E1
(239,211,225)
#F4DFE9
(244,223,233)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C773A1; }

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

This text font color is #C773A1.

Background Color

.myBgColor { background-color: #C773A1; }

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

This div background color is #C773A1.

Border color

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

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

This div border color is #C773A1.

Opacity

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

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

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

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

This text has shadow with #C773A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C773A1.

Preview

Color preview on black background

This text has color #C773A1 on black background.


Color preview on white background

This text has color #C773A1 on white background.


Black color preview on #C773A1 background

This text has black color on #C773A1 background.


White color preview on #C773A1 background

This text has white color on #C773A1 background.


Related colors

Complementary color

Complementary color for #hex is #388C5E.


I love getcolorcode.com

Triadic colors

1 #A1C773 and #73A1C7 with #C773A1 are triadic colors.

2 #A173C7 and #73C7A1 with #C773A1 are triadic colors.