HEX: #C4716E
RGB: (196,113,110)
#C4716E contains mainly red color. Web safe color of #C4716E is #CC6666 (or #C66).
#C4716E color RGB value is (196,113,110).
RGB: (196,113,110)
(77%, 44%, 43%)
R 196 of 255 = 77%
G 113 of 255 = 44%
B 110 of 255 = 43%
R + G + B ~ 55%. #C4716E is middle color (not dark and not light).
R + G + B = 196 + 113 + 110 = 419 (100%)
R 196 of 419 ~ 46.78%
G 113 of 419 ~ 26.97%
B 110 of 419 ~ 26.25'%
#C4716E color CMYK value is (0,42,44,23).
CMYK: (0,42,44,23) C0M42Y44K23 (0%,42%,44%,23%) (0.00/0.42/0.44/0.23)
Color #C4716E in popluar color models
C4 | 71 | 6E | |
---|---|---|---|
RGB | 196 | 113 | 110 |
HSL | 2° | 42.16% | 60.00% |
HSB/HSV | 2° | 43.88% | 76.86% |
CMYK | 0.00% | 42.35% | 43.88% |
23.14% |
Color #C4716E in popluar number systems.
HEX | C4 | 71 | 6E |
Decimal | 196 | 113 | 110 |
Binary | 11000100 | 1110001 | 1101110 |
Octal | 304 | 161 | 156 |
Shades of #C4716E
Tints of #C4716E
Examples of css and html codes for elements with #C4716E color. Also use rgb(196,113,110) instead hex code.
.myTextColor { color: #C4716E; }
<p style="color:#C4716E">This sample text font color is #C4716E.</p>
This text font color is #C4716E.
.myBgColor { background-color: #C4716E; }
<div style="background-color:#C4716E">Inner text</div>
This div background color is #C4716E.
.myBorderColor { border: 1px solid #C4716E; }
<div style="border:3px solid #C4716E">Div</div>
This div border color is #C4716E.
.myOpacity80 { color: #C4716E; opacity: 0.8; }
<p style="color:#C4716E;opacity:0.8;">80%</p>
Text with #C4716E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4716E;}
<p style="text-shadow: 3px 3px 1px #C4716E">Text here.</p>
This text has shadow with #C4716E color.
.textShadow {text-shadow: 3px 3px 1px #C4716E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4716E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4716E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4716E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4716E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4716E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4716E;
-webkit-box-shadow: 1px 1px 3px 2px #C4716E;
box-shadow: 1px 1px 3px 2px #C4716E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4716E; -webkit-box-shadow: 1px 1px 3px 2px #C4716E; box-shadow:1px 1px 3px 2px #C4716E;">
Div content here
</div>
This text has color #C4716E on black background.
This text has color #C4716E on white background.
This text has black color on #C4716E background.
This text has white color on #C4716E background.
Complementary color for #hex is #3B8E91.