HEX: #C6507E
RGB: (198,80,126)
#C6507E contains mainly red color. Web safe color of #C6507E is #CC6666 (or #C66).
#C6507E color RGB value is (198,80,126).
RGB: (198,80,126)
(78%, 31%, 49%)
R 198 of 255 = 78%
G 80 of 255 = 31%
B 126 of 255 = 49%
R + G + B ~ 53%. #C6507E is middle color (not dark and not light).
R + G + B = 198 + 80 + 126 = 404 (100%)
R 198 of 404 ~ 49.01%
G 80 of 404 ~ 19.8%
B 126 of 404 ~ 31.19'%
#C6507E color CMYK value is (0,60,36,22).
CMYK: (0,60,36,22)
C0M60Y36K22 (0%, 60%, 36%, 22%)
(0.00 / 0.60 / 0.36 / 0.22)
Color #C6507E in popluar color models
C6 | 50 | 7E | |
---|---|---|---|
RGB | 198 | 80 | 126 |
HSL | 337° | 50.86% | 54.51% |
HSB/HSV | 337° | 59.60% | 77.65% |
CMYK | 0.00% | 59.60% | 36.36% |
22.35% |
Color #C6507E in popluar number systems.
HEX | C6 | 50 | 7E |
Decimal | 198 | 80 | 126 |
Binary | 11000110 | 1010000 | 1111110 |
Octal | 306 | 120 | 176 |
Shades of #C6507E
Tints of #C6507E
Examples of css and html codes for elements with #C6507E color. Also use rgb(198,80,126) instead hex code.
.myTextColor { color: #C6507E; }
<p style="color:#C6507E">This sample text font color is #C6507E.</p>
This text font color is #C6507E.
.myBgColor { background-color: #C6507E; }
<div style="background-color:#C6507E">Inner text</div>
This div background color is #C6507E.
.myBorderColor { border: 1px solid #C6507E; }
<div style="border:3px solid #C6507E">Div</div>
This div border color is #C6507E.
.myOpacity80 { color: #C6507E; opacity: 0.8; }
<p style="color:#C6507E;opacity:0.8;">80%</p>
Text with #C6507E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6507E;}
<p style="text-shadow: 3px 3px 1px #C6507E">Text here.</p>
This text has shadow with #C6507E color.
.textShadow {text-shadow: 3px 3px 1px #C6507E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6507E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6507E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6507E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6507E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6507E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6507E;
-webkit-box-shadow: 1px 1px 3px 2px #C6507E;
box-shadow: 1px 1px 3px 2px #C6507E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6507E; -webkit-box-shadow: 1px 1px 3px 2px #C6507E; box-shadow:1px 1px 3px 2px #C6507E;">
Div content here
</div>
This text has color #C6507E on black background.
This text has color #C6507E on white background.
This text has black color on #C6507E background.
This text has white color on #C6507E background.
Complementary color for #hex is #39AF81.