HEX: #C79063
RGB: (199,144,99)
#C79063 contains mainly red and green colors. Web safe color of #C79063 is #CC9966 (or #C96).
#C79063 color RGB value is (199,144,99).
RGB: (199,144,99)
(78%, 56%, 39%)
R 199 of 255 = 78%
G 144 of 255 = 56%
B 99 of 255 = 39%
R + G + B ~ 58%. #C79063 is middle color (not dark and not light).
R + G + B = 199 + 144 + 99 = 442 (100%)
R 199 of 442 ~ 45.02%
G 144 of 442 ~ 32.58%
B 99 of 442 ~ 22.4'%
#C79063 color CMYK value is (0,28,50,22).
CMYK: (0,28,50,22)
C0M28Y50K22 (0%, 28%, 50%, 22%)
(0.00 / 0.28 / 0.50 / 0.22)
Color #C79063 in popluar color models
C7 | 90 | 63 | |
---|---|---|---|
RGB | 199 | 144 | 99 |
HSL | 27° | 47.17% | 58.43% |
HSB/HSV | 27° | 50.25% | 78.04% |
CMYK | 0.00% | 27.64% | 50.25% |
21.96% |
Color #C79063 in popluar number systems.
HEX | C7 | 90 | 63 |
Decimal | 199 | 144 | 99 |
Binary | 11000111 | 10010000 | 1100011 |
Octal | 307 | 220 | 143 |
Shades of #C79063
Tints of #C79063
Examples of css and html codes for elements with #C79063 color. Also use rgb(199,144,99) instead hex code.
.myTextColor { color: #C79063; }
<p style="color:#C79063">This sample text font color is #C79063.</p>
This text font color is #C79063.
.myBgColor { background-color: #C79063; }
<div style="background-color:#C79063">Inner text</div>
This div background color is #C79063.
.myBorderColor { border: 1px solid #C79063; }
<div style="border:3px solid #C79063">Div</div>
This div border color is #C79063.
.myOpacity80 { color: #C79063; opacity: 0.8; }
<p style="color:#C79063;opacity:0.8;">80%</p>
Text with #C79063 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C79063;}
<p style="text-shadow: 3px 3px 1px #C79063">Text here.</p>
This text has shadow with #C79063 color.
.textShadow {text-shadow: 3px 3px 1px #C79063', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C79063, 5px 5px 20px red">Text here.</p>
This text has shadow with #C79063 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C79063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C79063, Direction=45, Strength=4)">Text</p>
This text has shadow with #C79063 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C79063;
-webkit-box-shadow: 1px 1px 3px 2px #C79063;
box-shadow: 1px 1px 3px 2px #C79063;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C79063; -webkit-box-shadow: 1px 1px 3px 2px #C79063; box-shadow:1px 1px 3px 2px #C79063;">
Div content here
</div>
This text has color #C79063 on black background.
This text has color #C79063 on white background.
This text has black color on #C79063 background.
This text has white color on #C79063 background.
Complementary color for #hex is #386F9C.