HEX: #C379AA
RGB: (195,121,170)
#C379AA contains mainly red and blue colors. Web safe color of #C379AA is #CC6699 (or #C69).
#C379AA color RGB value is (195,121,170).
RGB: (195,121,170)
(76%, 47%, 67%)
R 195 of 255 = 76%
G 121 of 255 = 47%
B 170 of 255 = 67%
R + G + B ~ 63%. #C379AA is quite light color.
R + G + B = 195 + 121 + 170 = 486 (100%)
R 195 of 486 ~ 40.12%
G 121 of 486 ~ 24.9%
B 170 of 486 ~ 34.98'%
#C379AA color CMYK value is (0,38,13,24).
CMYK: (0,38,13,24)
C0M38Y13K24 (0%, 38%, 13%, 24%)
(0.00 / 0.38 / 0.13 / 0.24)
Color #C379AA in popluar color models
C3 | 79 | AA | |
---|---|---|---|
RGB | 195 | 121 | 170 |
HSL | 320° | 38.14% | 61.96% |
HSB/HSV | 320° | 37.95% | 76.47% |
CMYK | 0.00% | 37.95% | 12.82% |
23.53% |
Color #C379AA in popluar number systems.
HEX | C3 | 79 | AA |
Decimal | 195 | 121 | 170 |
Binary | 11000011 | 1111001 | 10101010 |
Octal | 303 | 171 | 252 |
Shades of #C379AA
Tints of #C379AA
Examples of css and html codes for elements with #C379AA color. Also use rgb(195,121,170) instead hex code.
.myTextColor { color: #C379AA; }
<p style="color:#C379AA">This sample text font color is #C379AA.</p>
This text font color is #C379AA.
.myBgColor { background-color: #C379AA; }
<div style="background-color:#C379AA">Inner text</div>
This div background color is #C379AA.
.myBorderColor { border: 1px solid #C379AA; }
<div style="border:3px solid #C379AA">Div</div>
This div border color is #C379AA.
.myOpacity80 { color: #C379AA; opacity: 0.8; }
<p style="color:#C379AA;opacity:0.8;">80%</p>
Text with #C379AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C379AA;}
<p style="text-shadow: 3px 3px 1px #C379AA">Text here.</p>
This text has shadow with #C379AA color.
.textShadow {text-shadow: 3px 3px 1px #C379AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C379AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C379AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C379AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C379AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C379AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C379AA;
-webkit-box-shadow: 1px 1px 3px 2px #C379AA;
box-shadow: 1px 1px 3px 2px #C379AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C379AA; -webkit-box-shadow: 1px 1px 3px 2px #C379AA; box-shadow:1px 1px 3px 2px #C379AA;">
Div content here
</div>
This text has color #C379AA on black background.
This text has color #C379AA on white background.
This text has black color on #C379AA background.
This text has white color on #C379AA background.
Complementary color for #hex is #3C8655.