HEX: #C7915D
RGB: (199,145,93)
#C7915D contains mainly red and green colors. Web safe color of #C7915D is #CC9966 (or #C96).
#C7915D color RGB value is (199,145,93).
RGB: (199,145,93)
(78%, 57%, 36%)
R 199 of 255 = 78%
G 145 of 255 = 57%
B 93 of 255 = 36%
R + G + B ~ 57%. #C7915D is middle color (not dark and not light).
R + G + B = 199 + 145 + 93 = 437 (100%)
R 199 of 437 ~ 45.54%
G 145 of 437 ~ 33.18%
B 93 of 437 ~ 21.28'%
#C7915D color CMYK value is (0,27,53,22).
CMYK: (0,27,53,22)
C0M27Y53K22 (0%, 27%, 53%, 22%)
(0.00 / 0.27 / 0.53 / 0.22)
Color #C7915D in popluar color models
C7 | 91 | 5D | |
---|---|---|---|
RGB | 199 | 145 | 93 |
HSL | 29° | 48.62% | 57.25% |
HSB/HSV | 29° | 53.27% | 78.04% |
CMYK | 0.00% | 27.14% | 53.27% |
21.96% |
Color #C7915D in popluar number systems.
HEX | C7 | 91 | 5D |
Decimal | 199 | 145 | 93 |
Binary | 11000111 | 10010001 | 1011101 |
Octal | 307 | 221 | 135 |
Shades of #C7915D
Tints of #C7915D
Examples of css and html codes for elements with #C7915D color. Also use rgb(199,145,93) instead hex code.
.myTextColor { color: #C7915D; }
<p style="color:#C7915D">This sample text font color is #C7915D.</p>
This text font color is #C7915D.
.myBgColor { background-color: #C7915D; }
<div style="background-color:#C7915D">Inner text</div>
This div background color is #C7915D.
.myBorderColor { border: 1px solid #C7915D; }
<div style="border:3px solid #C7915D">Div</div>
This div border color is #C7915D.
.myOpacity80 { color: #C7915D; opacity: 0.8; }
<p style="color:#C7915D;opacity:0.8;">80%</p>
Text with #C7915D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7915D;}
<p style="text-shadow: 3px 3px 1px #C7915D">Text here.</p>
This text has shadow with #C7915D color.
.textShadow {text-shadow: 3px 3px 1px #C7915D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7915D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7915D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7915D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7915D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7915D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7915D;
-webkit-box-shadow: 1px 1px 3px 2px #C7915D;
box-shadow: 1px 1px 3px 2px #C7915D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7915D; -webkit-box-shadow: 1px 1px 3px 2px #C7915D; box-shadow:1px 1px 3px 2px #C7915D;">
Div content here
</div>
This text has color #C7915D on black background.
This text has color #C7915D on white background.
This text has black color on #C7915D background.
This text has white color on #C7915D background.
Complementary color for #hex is #386EA2.