HEX: #C9736D
RGB: (201,115,109)
#C9736D contains mainly red color. Web safe color of #C9736D is #CC6666 (or #C66).
#C9736D color RGB value is (201,115,109).
RGB: (201,115,109)
(79%, 45%, 43%)
R 201 of 255 = 79%
G 115 of 255 = 45%
B 109 of 255 = 43%
R + G + B ~ 56%. #C9736D is middle color (not dark and not light).
R + G + B = 201 + 115 + 109 = 425 (100%)
R 201 of 425 ~ 47.29%
G 115 of 425 ~ 27.06%
B 109 of 425 ~ 25.65'%
#C9736D color CMYK value is (0,43,46,21).
CMYK: (0,43,46,21)
C0M43Y46K21 (0%, 43%, 46%, 21%)
(0.00 / 0.43 / 0.46 / 0.21)
Color #C9736D in popluar color models
C9 | 73 | 6D | |
---|---|---|---|
RGB | 201 | 115 | 109 |
HSL | 4° | 46.00% | 60.78% |
HSB/HSV | 4° | 45.77% | 78.82% |
CMYK | 0.00% | 42.79% | 45.77% |
21.18% |
Color #C9736D in popluar number systems.
HEX | C9 | 73 | 6D |
Decimal | 201 | 115 | 109 |
Binary | 11001001 | 1110011 | 1101101 |
Octal | 311 | 163 | 155 |
Shades of #C9736D
Tints of #C9736D
Examples of css and html codes for elements with #C9736D color. Also use rgb(201,115,109) instead hex code.
.myTextColor { color: #C9736D; }
<p style="color:#C9736D">This sample text font color is #C9736D.</p>
This text font color is #C9736D.
.myBgColor { background-color: #C9736D; }
<div style="background-color:#C9736D">Inner text</div>
This div background color is #C9736D.
.myBorderColor { border: 1px solid #C9736D; }
<div style="border:3px solid #C9736D">Div</div>
This div border color is #C9736D.
.myOpacity80 { color: #C9736D; opacity: 0.8; }
<p style="color:#C9736D;opacity:0.8;">80%</p>
Text with #C9736D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9736D;}
<p style="text-shadow: 3px 3px 1px #C9736D">Text here.</p>
This text has shadow with #C9736D color.
.textShadow {text-shadow: 3px 3px 1px #C9736D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9736D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9736D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9736D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9736D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9736D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9736D;
-webkit-box-shadow: 1px 1px 3px 2px #C9736D;
box-shadow: 1px 1px 3px 2px #C9736D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9736D; -webkit-box-shadow: 1px 1px 3px 2px #C9736D; box-shadow:1px 1px 3px 2px #C9736D;">
Div content here
</div>
This text has color #C9736D on black background.
This text has color #C9736D on white background.
This text has black color on #C9736D background.
This text has white color on #C9736D background.
Complementary color for #hex is #368C92.