HEX: #C770AA
RGB: (199,112,170)
#C770AA contains mainly red and blue colors. Web safe color of #C770AA is #CC6699 (or #C69).
#C770AA color RGB value is (199,112,170).
RGB: (199,112,170)
(78%, 44%, 67%)
R 199 of 255 = 78%
G 112 of 255 = 44%
B 170 of 255 = 67%
R + G + B ~ 63%. #C770AA is quite light color.
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'%
#C770AA color CMYK value is (0,44,15,22).
CMYK: (0,44,15,22) C0M44Y15K22 (0%,44%,15%,22%) (0.00/0.44/0.15/0.22)
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 of #C770AA
Tints of #C770AA
Examples of css and html codes for elements with #C770AA color. Also use rgb(199,112,170) instead hex code.
.myTextColor { color: #C770AA; }
<p style="color:#C770AA">This sample text font color is #C770AA.</p>
This text font color is #C770AA.
.myBgColor { background-color: #C770AA; }
<div style="background-color:#C770AA">Inner text</div>
This div background color is #C770AA.
.myBorderColor { border: 1px solid #C770AA; }
<div style="border:3px solid #C770AA">Div</div>
This div border color is #C770AA.
.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%.
.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.
/* 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 text has color #C770AA on black background.
This text has color #C770AA on white background.
This text has black color on #C770AA background.
This text has white color on #C770AA background.
Complementary color for #hex is #388F55.