HEX: #C8892C
RGB: (200,137,44)
#C8892C contains mainly red color. Web safe color of #C8892C is #CC9933 (or #C93).
#C8892C color RGB value is (200,137,44).
RGB: (200,137,44)
(78%, 54%, 17%)
R 200 of 255 = 78%
G 137 of 255 = 54%
B 44 of 255 = 17%
R + G + B ~ 50%. #C8892C is middle color (not dark and not light).
R + G + B = 200 + 137 + 44 = 381 (100%)
R 200 of 381 ~ 52.49%
G 137 of 381 ~ 35.96%
B 44 of 381 ~ 11.55'%
#C8892C color CMYK value is (0,32,78,22).
CMYK: (0,32,78,22)
C0M32Y78K22 (0%, 32%, 78%, 22%)
(0.00 / 0.32 / 0.78 / 0.22)
Color #C8892C in popluar color models
C8 | 89 | 2C | |
---|---|---|---|
RGB | 200 | 137 | 44 |
HSL | 36° | 63.93% | 47.84% |
HSB/HSV | 36° | 78.00% | 78.43% |
CMYK | 0.00% | 31.50% | 78.00% |
21.57% |
Color #C8892C in popluar number systems.
HEX | C8 | 89 | 2C |
Decimal | 200 | 137 | 44 |
Binary | 11001000 | 10001001 | 101100 |
Octal | 310 | 211 | 54 |
Shades of #C8892C
Tints of #C8892C
Examples of css and html codes for elements with #C8892C color. Also use rgb(200,137,44) instead hex code.
.myTextColor { color: #C8892C; }
<p style="color:#C8892C">This sample text font color is #C8892C.</p>
This text font color is #C8892C.
.myBgColor { background-color: #C8892C; }
<div style="background-color:#C8892C">Inner text</div>
This div background color is #C8892C.
.myBorderColor { border: 1px solid #C8892C; }
<div style="border:3px solid #C8892C">Div</div>
This div border color is #C8892C.
.myOpacity80 { color: #C8892C; opacity: 0.8; }
<p style="color:#C8892C;opacity:0.8;">80%</p>
Text with #C8892C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8892C;}
<p style="text-shadow: 3px 3px 1px #C8892C">Text here.</p>
This text has shadow with #C8892C color.
.textShadow {text-shadow: 3px 3px 1px #C8892C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8892C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C8892C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8892C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8892C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8892C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8892C;
-webkit-box-shadow: 1px 1px 3px 2px #C8892C;
box-shadow: 1px 1px 3px 2px #C8892C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8892C; -webkit-box-shadow: 1px 1px 3px 2px #C8892C; box-shadow:1px 1px 3px 2px #C8892C;">
Div content here
</div>
This text has color #C8892C on black background.
This text has color #C8892C on white background.
This text has black color on #C8892C background.
This text has white color on #C8892C background.
Complementary color for #C8892C is #3776D3.