HEX: #C59289
RGB: (197,146,137)
#C59289 contains mainly red and green colors. Web safe color of #C59289 is #CC9999 (or #C99).
#C59289 color RGB value is (197,146,137).
RGB: (197,146,137)
(77%, 57%, 54%)
R 197 of 255 = 77%
G 146 of 255 = 57%
B 137 of 255 = 54%
R + G + B ~ 63%. #C59289 is quite light color.
R + G + B = 197 + 146 + 137 = 480 (100%)
R 197 of 480 ~ 41.04%
G 146 of 480 ~ 30.42%
B 137 of 480 ~ 28.54'%
#C59289 color CMYK value is (0,26,30,23).
CMYK: (0,26,30,23)
C0M26Y30K23 (0%, 26%, 30%, 23%)
(0.00 / 0.26 / 0.30 / 0.23)
Color #C59289 in popluar color models
C5 | 92 | 89 | |
---|---|---|---|
RGB | 197 | 146 | 137 |
HSL | 9° | 34.09% | 65.49% |
HSB/HSV | 9° | 30.46% | 77.25% |
CMYK | 0.00% | 25.89% | 30.46% |
22.75% |
Color #C59289 in popluar number systems.
HEX | C5 | 92 | 89 |
Decimal | 197 | 146 | 137 |
Binary | 11000101 | 10010010 | 10001001 |
Octal | 305 | 222 | 211 |
Shades of #C59289
Tints of #C59289
Examples of css and html codes for elements with #C59289 color. Also use rgb(197,146,137) instead hex code.
.myTextColor { color: #C59289; }
<p style="color:#C59289">This sample text font color is #C59289.</p>
This text font color is #C59289.
.myBgColor { background-color: #C59289; }
<div style="background-color:#C59289">Inner text</div>
This div background color is #C59289.
.myBorderColor { border: 1px solid #C59289; }
<div style="border:3px solid #C59289">Div</div>
This div border color is #C59289.
.myOpacity80 { color: #C59289; opacity: 0.8; }
<p style="color:#C59289;opacity:0.8;">80%</p>
Text with #C59289 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C59289;}
<p style="text-shadow: 3px 3px 1px #C59289">Text here.</p>
This text has shadow with #C59289 color.
.textShadow {text-shadow: 3px 3px 1px #C59289', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C59289, 5px 5px 20px red">Text here.</p>
This text has shadow with #C59289 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59289, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C59289, Direction=45, Strength=4)">Text</p>
This text has shadow with #C59289 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59289;
-webkit-box-shadow: 1px 1px 3px 2px #C59289;
box-shadow: 1px 1px 3px 2px #C59289;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59289; -webkit-box-shadow: 1px 1px 3px 2px #C59289; box-shadow:1px 1px 3px 2px #C59289;">
Div content here
</div>
This text has color #C59289 on black background.
This text has color #C59289 on white background.
This text has black color on #C59289 background.
This text has white color on #C59289 background.
Complementary color for #hex is #3A6D76.