HEX: #C7C594
RGB: (199,197,148)
#C7C594 contains red, green and blue colors in about the same proportion. Web safe color of #C7C594 is #CCCC99 (or #CC9).
#C7C594 color RGB value is (199,197,148).
RGB: (199,197,148)
(78%, 77%, 58%)
R 199 of 255 = 78%
G 197 of 255 = 77%
B 148 of 255 = 58%
R + G + B ~ 71%. #C7C594 is quite light color.
R + G + B = 199 + 197 + 148 = 544 (100%)
R 199 of 544 ~ 36.58%
G 197 of 544 ~ 36.21%
B 148 of 544 ~ 27.21'%
#C7C594 color CMYK value is (0,1,26,22).
CMYK: (0,1,26,22)
C0M1Y26K22 (0%, 1%, 26%, 22%)
(0.00 / 0.01 / 0.26 / 0.22)
Color #C7C594 in popluar color models
C7 | C5 | 94 | |
---|---|---|---|
RGB | 199 | 197 | 148 |
HSL | 58° | 31.29% | 68.04% |
HSB/HSV | 58° | 25.63% | 78.04% |
CMYK | 0.00% | 1.01% | 25.63% |
21.96% |
Color #C7C594 in popluar number systems.
HEX | C7 | C5 | 94 |
Decimal | 199 | 197 | 148 |
Binary | 11000111 | 11000101 | 10010100 |
Octal | 307 | 305 | 224 |
Shades of #C7C594
Tints of #C7C594
Examples of css and html codes for elements with #C7C594 color. Also use rgb(199,197,148) instead hex code.
.myTextColor { color: #C7C594; }
<p style="color:#C7C594">This sample text font color is #C7C594.</p>
This text font color is #C7C594.
.myBgColor { background-color: #C7C594; }
<div style="background-color:#C7C594">Inner text</div>
This div background color is #C7C594.
.myBorderColor { border: 1px solid #C7C594; }
<div style="border:3px solid #C7C594">Div</div>
This div border color is #C7C594.
.myOpacity80 { color: #C7C594; opacity: 0.8; }
<p style="color:#C7C594;opacity:0.8;">80%</p>
Text with #C7C594 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C594;}
<p style="text-shadow: 3px 3px 1px #C7C594">Text here.</p>
This text has shadow with #C7C594 color.
.textShadow {text-shadow: 3px 3px 1px #C7C594', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C594, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C594 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C594, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C594, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C594 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C594;
-webkit-box-shadow: 1px 1px 3px 2px #C7C594;
box-shadow: 1px 1px 3px 2px #C7C594;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C594; -webkit-box-shadow: 1px 1px 3px 2px #C7C594; box-shadow:1px 1px 3px 2px #C7C594;">
Div content here
</div>
This text has color #C7C594 on black background.
This text has color #C7C594 on white background.
This text has black color on #C7C594 background.
This text has white color on #C7C594 background.
Complementary color for #hex is #383A6B.