HEX: #C7C187
RGB: (199,193,135)
#C7C187 contains mainly red and green colors. Web safe color of #C7C187 is #CCCC99 (or #CC9).
#C7C187 color RGB value is (199,193,135).
RGB: (199,193,135)
(78%, 76%, 53%)
R 199 of 255 = 78%
G 193 of 255 = 76%
B 135 of 255 = 53%
R + G + B ~ 69%. #C7C187 is quite light color.
R + G + B = 199 + 193 + 135 = 527 (100%)
R 199 of 527 ~ 37.76%
G 193 of 527 ~ 36.62%
B 135 of 527 ~ 25.62'%
#C7C187 color CMYK value is (0,3,32,22).
CMYK: (0,3,32,22)
C0M3Y32K22 (0%, 3%, 32%, 22%)
(0.00 / 0.03 / 0.32 / 0.22)
Color #C7C187 in popluar color models
C7 | C1 | 87 | |
---|---|---|---|
RGB | 199 | 193 | 135 |
HSL | 54° | 36.36% | 65.49% |
HSB/HSV | 54° | 32.16% | 78.04% |
CMYK | 0.00% | 3.02% | 32.16% |
21.96% |
Color #C7C187 in popluar number systems.
HEX | C7 | C1 | 87 |
Decimal | 199 | 193 | 135 |
Binary | 11000111 | 11000001 | 10000111 |
Octal | 307 | 301 | 207 |
Shades of #C7C187
Tints of #C7C187
Examples of css and html codes for elements with #C7C187 color. Also use rgb(199,193,135) instead hex code.
.myTextColor { color: #C7C187; }
<p style="color:#C7C187">This sample text font color is #C7C187.</p>
This text font color is #C7C187.
.myBgColor { background-color: #C7C187; }
<div style="background-color:#C7C187">Inner text</div>
This div background color is #C7C187.
.myBorderColor { border: 1px solid #C7C187; }
<div style="border:3px solid #C7C187">Div</div>
This div border color is #C7C187.
.myOpacity80 { color: #C7C187; opacity: 0.8; }
<p style="color:#C7C187;opacity:0.8;">80%</p>
Text with #C7C187 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C187;}
<p style="text-shadow: 3px 3px 1px #C7C187">Text here.</p>
This text has shadow with #C7C187 color.
.textShadow {text-shadow: 3px 3px 1px #C7C187', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C187, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C187 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C187, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C187, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C187 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C187;
-webkit-box-shadow: 1px 1px 3px 2px #C7C187;
box-shadow: 1px 1px 3px 2px #C7C187;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C187; -webkit-box-shadow: 1px 1px 3px 2px #C7C187; box-shadow:1px 1px 3px 2px #C7C187;">
Div content here
</div>
This text has color #C7C187 on black background.
This text has color #C7C187 on white background.
This text has black color on #C7C187 background.
This text has white color on #C7C187 background.
Complementary color for #hex is #383E78.