HEX: #C59499
RGB: (197,148,153)
#C59499 contains red, green and blue colors in about the same proportion. Web safe color of #C59499 is #CC9999 (or #C99).
#C59499 color RGB value is (197,148,153).
RGB: (197,148,153)
(77%, 58%, 60%)
R 197 of 255 = 77%
G 148 of 255 = 58%
B 153 of 255 = 60%
R + G + B ~ 65%. #C59499 is quite light color.
R + G + B = 197 + 148 + 153 = 498 (100%)
R 197 of 498 ~ 39.56%
G 148 of 498 ~ 29.72%
B 153 of 498 ~ 30.72'%
#C59499 color CMYK value is (0,25,22,23).
CMYK: (0,25,22,23)
C0M25Y22K23 (0%, 25%, 22%, 23%)
(0.00 / 0.25 / 0.22 / 0.23)
Color #C59499 in popluar color models
C5 | 94 | 99 | |
---|---|---|---|
RGB | 197 | 148 | 153 |
HSL | 354° | 29.70% | 67.65% |
HSB/HSV | 354° | 24.87% | 77.25% |
CMYK | 0.00% | 24.87% | 22.34% |
22.75% |
Color #C59499 in popluar number systems.
HEX | C5 | 94 | 99 |
Decimal | 197 | 148 | 153 |
Binary | 11000101 | 10010100 | 10011001 |
Octal | 305 | 224 | 231 |
Shades of #C59499
Tints of #C59499
Examples of css and html codes for elements with #C59499 color. Also use rgb(197,148,153) instead hex code.
.myTextColor { color: #C59499; }
<p style="color:#C59499">This sample text font color is #C59499.</p>
This text font color is #C59499.
.myBgColor { background-color: #C59499; }
<div style="background-color:#C59499">Inner text</div>
This div background color is #C59499.
.myBorderColor { border: 1px solid #C59499; }
<div style="border:3px solid #C59499">Div</div>
This div border color is #C59499.
.myOpacity80 { color: #C59499; opacity: 0.8; }
<p style="color:#C59499;opacity:0.8;">80%</p>
Text with #C59499 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C59499;}
<p style="text-shadow: 3px 3px 1px #C59499">Text here.</p>
This text has shadow with #C59499 color.
.textShadow {text-shadow: 3px 3px 1px #C59499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C59499, 5px 5px 20px red">Text here.</p>
This text has shadow with #C59499 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C59499, Direction=45, Strength=4)">Text</p>
This text has shadow with #C59499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59499;
-webkit-box-shadow: 1px 1px 3px 2px #C59499;
box-shadow: 1px 1px 3px 2px #C59499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59499; -webkit-box-shadow: 1px 1px 3px 2px #C59499; box-shadow:1px 1px 3px 2px #C59499;">
Div content here
</div>
This text has color #C59499 on black background.
This text has color #C59499 on white background.
This text has black color on #C59499 background.
This text has white color on #C59499 background.
Complementary color for #hex is #3A6B66.