HEX: #C46376
RGB: (196,99,118)
#C46376 contains mainly red color. Web safe color of #C46376 is #CC6666 (or #C66).
#C46376 color RGB value is (196,99,118).
RGB: (196,99,118)
(77%, 39%, 46%)
R 196 of 255 = 77%
G 99 of 255 = 39%
B 118 of 255 = 46%
R + G + B ~ 54%. #C46376 is middle color (not dark and not light).
R + G + B = 196 + 99 + 118 = 413 (100%)
R 196 of 413 ~ 47.46%
G 99 of 413 ~ 23.97%
B 118 of 413 ~ 28.57'%
#C46376 color CMYK value is (0,49,40,23).
CMYK: (0,49,40,23)
C0M49Y40K23 (0%, 49%, 40%, 23%)
(0.00 / 0.49 / 0.40 / 0.23)
Color #C46376 in popluar color models
C4 | 63 | 76 | |
---|---|---|---|
RGB | 196 | 99 | 118 |
HSL | 348° | 45.12% | 57.84% |
HSB/HSV | 348° | 49.49% | 76.86% |
CMYK | 0.00% | 49.49% | 39.80% |
23.14% |
Color #C46376 in popluar number systems.
HEX | C4 | 63 | 76 |
Decimal | 196 | 99 | 118 |
Binary | 11000100 | 1100011 | 1110110 |
Octal | 304 | 143 | 166 |
Shades of #C46376
Tints of #C46376
Examples of css and html codes for elements with #C46376 color. Also use rgb(196,99,118) instead hex code.
.myTextColor { color: #C46376; }
<p style="color:#C46376">This sample text font color is #C46376.</p>
This text font color is #C46376.
.myBgColor { background-color: #C46376; }
<div style="background-color:#C46376">Inner text</div>
This div background color is #C46376.
.myBorderColor { border: 1px solid #C46376; }
<div style="border:3px solid #C46376">Div</div>
This div border color is #C46376.
.myOpacity80 { color: #C46376; opacity: 0.8; }
<p style="color:#C46376;opacity:0.8;">80%</p>
Text with #C46376 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46376;}
<p style="text-shadow: 3px 3px 1px #C46376">Text here.</p>
This text has shadow with #C46376 color.
.textShadow {text-shadow: 3px 3px 1px #C46376', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46376, 5px 5px 20px red">Text here.</p>
This text has shadow with #C46376 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46376, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46376, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46376 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46376;
-webkit-box-shadow: 1px 1px 3px 2px #C46376;
box-shadow: 1px 1px 3px 2px #C46376;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46376; -webkit-box-shadow: 1px 1px 3px 2px #C46376; box-shadow:1px 1px 3px 2px #C46376;">
Div content here
</div>
This text has color #C46376 on black background.
This text has color #C46376 on white background.
This text has black color on #C46376 background.
This text has white color on #C46376 background.
Complementary color for #hex is #3B9C89.