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