HEX: #C66080
RGB: (198,96,128)
#C66080 contains mainly red color. Web safe color of #C66080 is #CC6666 (or #C66).
#C66080 color RGB value is (198,96,128).
RGB: (198,96,128)
(78%, 38%, 50%)
R 198 of 255 = 78%
G 96 of 255 = 38%
B 128 of 255 = 50%
R + G + B ~ 55%. #C66080 is middle color (not dark and not light).
R + G + B = 198 + 96 + 128 = 422 (100%)
R 198 of 422 ~ 46.92%
G 96 of 422 ~ 22.75%
B 128 of 422 ~ 30.33'%
#C66080 color CMYK value is (0,52,35,22).
CMYK: (0,52,35,22)
C0M52Y35K22 (0%, 52%, 35%, 22%)
(0.00 / 0.52 / 0.35 / 0.22)
Color #C66080 in popluar color models
C6 | 60 | 80 | |
---|---|---|---|
RGB | 198 | 96 | 128 |
HSL | 341° | 47.22% | 57.65% |
HSB/HSV | 341° | 51.52% | 77.65% |
CMYK | 0.00% | 51.52% | 35.35% |
22.35% |
Color #C66080 in popluar number systems.
HEX | C6 | 60 | 80 |
Decimal | 198 | 96 | 128 |
Binary | 11000110 | 1100000 | 10000000 |
Octal | 306 | 140 | 200 |
Shades of #C66080
Tints of #C66080
Examples of css and html codes for elements with #C66080 color. Also use rgb(198,96,128) instead hex code.
.myTextColor { color: #C66080; }
<p style="color:#C66080">This sample text font color is #C66080.</p>
This text font color is #C66080.
.myBgColor { background-color: #C66080; }
<div style="background-color:#C66080">Inner text</div>
This div background color is #C66080.
.myBorderColor { border: 1px solid #C66080; }
<div style="border:3px solid #C66080">Div</div>
This div border color is #C66080.
.myOpacity80 { color: #C66080; opacity: 0.8; }
<p style="color:#C66080;opacity:0.8;">80%</p>
Text with #C66080 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C66080;}
<p style="text-shadow: 3px 3px 1px #C66080">Text here.</p>
This text has shadow with #C66080 color.
.textShadow {text-shadow: 3px 3px 1px #C66080', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C66080, 5px 5px 20px red">Text here.</p>
This text has shadow with #C66080 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C66080, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C66080, Direction=45, Strength=4)">Text</p>
This text has shadow with #C66080 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C66080;
-webkit-box-shadow: 1px 1px 3px 2px #C66080;
box-shadow: 1px 1px 3px 2px #C66080;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C66080; -webkit-box-shadow: 1px 1px 3px 2px #C66080; box-shadow:1px 1px 3px 2px #C66080;">
Div content here
</div>
This text has color #C66080 on black background.
This text has color #C66080 on white background.
This text has black color on #C66080 background.
This text has white color on #C66080 background.
Complementary color for #hex is #399F7F.