HEX: #C46550
RGB: (196,101,80)
#C46550 contains mainly red color. Web safe color of #C46550 is #CC6666 (or #C66).
#C46550 color RGB value is (196,101,80).
RGB: (196,101,80)
(77%, 40%, 31%)
R 196 of 255 = 77%
G 101 of 255 = 40%
B 80 of 255 = 31%
R + G + B ~ 49%. #C46550 is middle color (not dark and not light).
R + G + B = 196 + 101 + 80 = 377 (100%)
R 196 of 377 ~ 51.99%
G 101 of 377 ~ 26.79%
B 80 of 377 ~ 21.22'%
#C46550 color CMYK value is (0,48,59,23).
CMYK: (0,48,59,23) C0M48Y59K23 (0%,48%,59%,23%) (0.00/0.48/0.59/0.23)
Color #C46550 in popluar color models
C4 | 65 | 50 | |
---|---|---|---|
RGB | 196 | 101 | 80 |
HSL | 11° | 49.57% | 54.12% |
HSB/HSV | 11° | 59.18% | 76.86% |
CMYK | 0.00% | 48.47% | 59.18% |
23.14% |
Color #C46550 in popluar number systems.
HEX | C4 | 65 | 50 |
Decimal | 196 | 101 | 80 |
Binary | 11000100 | 1100101 | 1010000 |
Octal | 304 | 145 | 120 |
Shades of #C46550
Tints of #C46550
Examples of css and html codes for elements with #C46550 color. Also use rgb(196,101,80) instead hex code.
.myTextColor { color: #C46550; }
<p style="color:#C46550">This sample text font color is #C46550.</p>
This text font color is #C46550.
.myBgColor { background-color: #C46550; }
<div style="background-color:#C46550">Inner text</div>
This div background color is #C46550.
.myBorderColor { border: 1px solid #C46550; }
<div style="border:3px solid #C46550">Div</div>
This div border color is #C46550.
.myOpacity80 { color: #C46550; opacity: 0.8; }
<p style="color:#C46550;opacity:0.8;">80%</p>
Text with #C46550 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46550;}
<p style="text-shadow: 3px 3px 1px #C46550">Text here.</p>
This text has shadow with #C46550 color.
.textShadow {text-shadow: 3px 3px 1px #C46550', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46550, 5px 5px 20px red">Text here.</p>
This text has shadow with #C46550 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46550, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46550, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46550 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46550;
-webkit-box-shadow: 1px 1px 3px 2px #C46550;
box-shadow: 1px 1px 3px 2px #C46550;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46550; -webkit-box-shadow: 1px 1px 3px 2px #C46550; box-shadow:1px 1px 3px 2px #C46550;">
Div content here
</div>
This text has color #C46550 on black background.
This text has color #C46550 on white background.
This text has black color on #C46550 background.
This text has white color on #C46550 background.
Complementary color for #hex is #3B9AAF.