HEX: #C7B472
RGB: (199,180,114)
#C7B472 contains mainly red and green colors. Web safe color of #C7B472 is #CCCC66 (or #CC6).
#C7B472 color RGB value is (199,180,114).
RGB: (199,180,114)
(78%, 71%, 45%)
R 199 of 255 = 78%
G 180 of 255 = 71%
B 114 of 255 = 45%
R + G + B ~ 65%. #C7B472 is quite light color.
R + G + B = 199 + 180 + 114 = 493 (100%)
R 199 of 493 ~ 40.37%
G 180 of 493 ~ 36.51%
B 114 of 493 ~ 23.12'%
#C7B472 color CMYK value is (0,10,43,22).
CMYK: (0,10,43,22)
C0M10Y43K22 (0%, 10%, 43%, 22%)
(0.00 / 0.10 / 0.43 / 0.22)
Color #C7B472 in popluar color models
C7 | B4 | 72 | |
---|---|---|---|
RGB | 199 | 180 | 114 |
HSL | 47° | 43.15% | 61.37% |
HSB/HSV | 47° | 42.71% | 78.04% |
CMYK | 0.00% | 9.55% | 42.71% |
21.96% |
Color #C7B472 in popluar number systems.
HEX | C7 | B4 | 72 |
Decimal | 199 | 180 | 114 |
Binary | 11000111 | 10110100 | 1110010 |
Octal | 307 | 264 | 162 |
Shades of #C7B472
Tints of #C7B472
Examples of css and html codes for elements with #C7B472 color. Also use rgb(199,180,114) instead hex code.
.myTextColor { color: #C7B472; }
<p style="color:#C7B472">This sample text font color is #C7B472.</p>
This text font color is #C7B472.
.myBgColor { background-color: #C7B472; }
<div style="background-color:#C7B472">Inner text</div>
This div background color is #C7B472.
.myBorderColor { border: 1px solid #C7B472; }
<div style="border:3px solid #C7B472">Div</div>
This div border color is #C7B472.
.myOpacity80 { color: #C7B472; opacity: 0.8; }
<p style="color:#C7B472;opacity:0.8;">80%</p>
Text with #C7B472 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B472;}
<p style="text-shadow: 3px 3px 1px #C7B472">Text here.</p>
This text has shadow with #C7B472 color.
.textShadow {text-shadow: 3px 3px 1px #C7B472', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B472, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7B472 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B472, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B472 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7B472;
-webkit-box-shadow: 1px 1px 3px 2px #C7B472;
box-shadow: 1px 1px 3px 2px #C7B472;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7B472; -webkit-box-shadow: 1px 1px 3px 2px #C7B472; box-shadow:1px 1px 3px 2px #C7B472;">
Div content here
</div>
This text has color #C7B472 on black background.
This text has color #C7B472 on white background.
This text has black color on #C7B472 background.
This text has white color on #C7B472 background.
Complementary color for #hex is #384B8D.