HEX: #C09677
RGB: (192,150,119)
#C09677 contains mainly red and green colors. Web safe color of #C09677 is #CC9966 (or #C96).
#C09677 color RGB value is (192,150,119).
RGB: (192,150,119)
(75%, 59%, 47%)
R 192 of 255 = 75%
G 150 of 255 = 59%
B 119 of 255 = 47%
R + G + B ~ 60%. #C09677 is middle color (not dark and not light).
R + G + B = 192 + 150 + 119 = 461 (100%)
R 192 of 461 ~ 41.65%
G 150 of 461 ~ 32.54%
B 119 of 461 ~ 25.81'%
#C09677 color CMYK value is (0,22,38,25).
CMYK: (0,22,38,25)
C0M22Y38K25 (0%, 22%, 38%, 25%)
(0.00 / 0.22 / 0.38 / 0.25)
Color #C09677 in popluar color models
C0 | 96 | 77 | |
---|---|---|---|
RGB | 192 | 150 | 119 |
HSL | 25° | 36.68% | 60.98% |
HSB/HSV | 25° | 38.02% | 75.29% |
CMYK | 0.00% | 21.88% | 38.02% |
24.71% |
Color #C09677 in popluar number systems.
HEX | C0 | 96 | 77 |
Decimal | 192 | 150 | 119 |
Binary | 11000000 | 10010110 | 1110111 |
Octal | 300 | 226 | 167 |
Shades of #C09677
Tints of #C09677
Examples of css and html codes for elements with #C09677 color. Also use rgb(192,150,119) instead hex code.
.myTextColor { color: #C09677; }
<p style="color:#C09677">This sample text font color is #C09677.</p>
This text font color is #C09677.
.myBgColor { background-color: #C09677; }
<div style="background-color:#C09677">Inner text</div>
This div background color is #C09677.
.myBorderColor { border: 1px solid #C09677; }
<div style="border:3px solid #C09677">Div</div>
This div border color is #C09677.
.myOpacity80 { color: #C09677; opacity: 0.8; }
<p style="color:#C09677;opacity:0.8;">80%</p>
Text with #C09677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C09677;}
<p style="text-shadow: 3px 3px 1px #C09677">Text here.</p>
This text has shadow with #C09677 color.
.textShadow {text-shadow: 3px 3px 1px #C09677', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C09677, 5px 5px 20px red">Text here.</p>
This text has shadow with #C09677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C09677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C09677, Direction=45, Strength=4)">Text</p>
This text has shadow with #C09677 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C09677;
-webkit-box-shadow: 1px 1px 3px 2px #C09677;
box-shadow: 1px 1px 3px 2px #C09677;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C09677; -webkit-box-shadow: 1px 1px 3px 2px #C09677; box-shadow:1px 1px 3px 2px #C09677;">
Div content here
</div>
This text has color #C09677 on black background.
This text has color #C09677 on white background.
This text has black color on #C09677 background.
This text has white color on #C09677 background.
Complementary color for #hex is #3F6988.