COLOR #C770AA

HEX: #C770AA RGB: (199,112,170)

Color info

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

RGB color model

#C770AA color RGB value is (199,112,170).

RGB: (199,112,170) (78%, 44%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 112 of 255 = 44%
B 170 of 255 = 67%

199
112
170

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

Portions of RGB colors in percentages

R + G + B = 199 + 112 + 170 = 481 (100%)
R 199 of 481 ~ 41.37%
G 112 of 481 ~ 23.28%
B 170 of 481 ~ 35.34'%

%41.37
%23.28
%35.34

CMYK color model

#C770AA color CMYK value is (0,44,15,22).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK: (0,44,15,22) C0M44Y15K22 (0%,44%,15%,22%) (0.00/0.44/0.15/0.22) 

CMYK percentages

%0
%43.72
%14.57
%21.96

Codes

Color #C770AA in popluar color models

C7 70 AA
RGB 199 112 170
HSL 320° 43.72% 60.98%
HSB/HSV 320° 43.72% 78.04%
CMYK 0.00% 43.72% 14.57%
21.96%

Color #C770AA in popluar number systems.

HEX C7 70 AA
Decimal 199 112 170
Binary 11000111 1110000 10101010
Octal 307 160 252

Shades and tints

Shades of #C770AA

#C770AA
(199,112,170)
#B5669B
(181,102,155)
#A35C8C
(163,92,140)
#91527D
(145,82,125)
#7F486E
(127,72,110)
#6D3E5F
(109,62,95)
#5B3450
(91,52,80)
#492A41
(73,42,65)
#372032
(55,32,50)
#251623
(37,22,35)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #C770AA

#C770AA
(199,112,170)
#CC7DB1
(204,125,177)
#D18AB8
(209,138,184)
#D697BF
(214,151,191)
#DBA4C6
(219,164,198)
#E0B1CD
(224,177,205)
#E5BED4
(229,190,212)
#EACBDB
(234,203,219)
#EFD8E2
(239,216,226)
#F4E5E9
(244,229,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C770AA color. Also use rgb(199,112,170) instead hex code.

Text Font Color

.myTextColor { color: #C770AA; }

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

This text font color is #C770AA.

Background Color

.myBgColor { background-color: #C770AA; }

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

This div background color is #C770AA.

Border color

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

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

This div border color is #C770AA.

Opacity

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

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

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

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

This text has shadow with #C770AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C770AA.

Preview

Color preview on black background

This text has color #C770AA on black background.


Color preview on white background

This text has color #C770AA on white background.


Black color preview on #C770AA background

This text has black color on #C770AA background.


White color preview on #C770AA background

This text has white color on #C770AA background.


Related colors

Complementary color

Complementary color for #hex is #388F55.


I love getcolorcode.com

Triadic colors

1 #AAC770 and #70AAC7 with #C770AA are triadic colors.

2 #AA70C7 and #70C7AA with #C770AA are triadic colors.