HEX: #C5C597
RGB: (197,197,151)
#C5C597 contains red, green and blue colors in about the same proportion. Web safe color of #C5C597 is #CCCC99 (or #CC9).
#C5C597 color RGB value is (197,197,151).
RGB: (197,197,151)
(77%, 77%, 59%)
R 197 of 255 = 77%
G 197 of 255 = 77%
B 151 of 255 = 59%
R + G + B ~ 71%. #C5C597 is quite light color.
R + G + B = 197 + 197 + 151 = 545 (100%)
R 197 of 545 ~ 36.15%
G 197 of 545 ~ 36.15%
B 151 of 545 ~ 27.71'%
#C5C597 color CMYK value is (0,0,23,23).
CMYK: (0,0,23,23)
C0M0Y23K23 (0%, 0%, 23%, 23%)
(0.00 / 0.00 / 0.23 / 0.23)
Color #C5C597 in popluar color models
C5 | C5 | 97 | |
---|---|---|---|
RGB | 197 | 197 | 151 |
HSL | 60° | 28.40% | 68.24% |
HSB/HSV | 60° | 23.35% | 77.25% |
CMYK | 0.00% | 0.00% | 23.35% |
22.75% |
Color #C5C597 in popluar number systems.
HEX | C5 | C5 | 97 |
Decimal | 197 | 197 | 151 |
Binary | 11000101 | 11000101 | 10010111 |
Octal | 305 | 305 | 227 |
Shades of #C5C597
Tints of #C5C597
Examples of css and html codes for elements with #C5C597 color. Also use rgb(197,197,151) instead hex code.
.myTextColor { color: #C5C597; }
<p style="color:#C5C597">This sample text font color is #C5C597.</p>
This text font color is #C5C597.
.myBgColor { background-color: #C5C597; }
<div style="background-color:#C5C597">Inner text</div>
This div background color is #C5C597.
.myBorderColor { border: 1px solid #C5C597; }
<div style="border:3px solid #C5C597">Div</div>
This div border color is #C5C597.
.myOpacity80 { color: #C5C597; opacity: 0.8; }
<p style="color:#C5C597;opacity:0.8;">80%</p>
Text with #C5C597 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5C597;}
<p style="text-shadow: 3px 3px 1px #C5C597">Text here.</p>
This text has shadow with #C5C597 color.
.textShadow {text-shadow: 3px 3px 1px #C5C597', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5C597, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5C597 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C597, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5C597, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5C597 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5C597;
-webkit-box-shadow: 1px 1px 3px 2px #C5C597;
box-shadow: 1px 1px 3px 2px #C5C597;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C597; -webkit-box-shadow: 1px 1px 3px 2px #C5C597; box-shadow:1px 1px 3px 2px #C5C597;">
Div content here
</div>
This text has color #C5C597 on black background.
This text has color #C5C597 on white background.
This text has black color on #C5C597 background.
This text has white color on #C5C597 background.