HEX: #C88F20
RGB: (200,143,32)
#C88F20 contains mainly red and green colors. Web safe color of #C88F20 is #CC9933 (or #C93).
#C88F20 color RGB value is (200,143,32).
RGB: (200,143,32)
(78%, 56%, 13%)
R 200 of 255 = 78%
G 143 of 255 = 56%
B 32 of 255 = 13%
R + G + B ~ 49%. #C88F20 is middle color (not dark and not light).
R + G + B = 200 + 143 + 32 = 375 (100%)
R 200 of 375 ~ 53.33%
G 143 of 375 ~ 38.13%
B 32 of 375 ~ 8.53'%
#C88F20 color CMYK value is (0,29,84,22).
CMYK: (0,29,84,22)
C0M29Y84K22 (0%, 29%, 84%, 22%)
(0.00 / 0.29 / 0.84 / 0.22)
Color #C88F20 in popluar color models
C8 | 8F | 20 | |
---|---|---|---|
RGB | 200 | 143 | 32 |
HSL | 40° | 72.41% | 45.49% |
HSB/HSV | 40° | 84.00% | 78.43% |
CMYK | 0.00% | 28.50% | 84.00% |
21.57% |
Color #C88F20 in popluar number systems.
HEX | C8 | 8F | 20 |
Decimal | 200 | 143 | 32 |
Binary | 11001000 | 10001111 | 100000 |
Octal | 310 | 217 | 40 |
Shades of #C88F20
Tints of #C88F20
Examples of css and html codes for elements with #C88F20 color. Also use rgb(200,143,32) instead hex code.
.myTextColor { color: #C88F20; }
<p style="color:#C88F20">This sample text font color is #C88F20.</p>
This text font color is #C88F20.
.myBgColor { background-color: #C88F20; }
<div style="background-color:#C88F20">Inner text</div>
This div background color is #C88F20.
.myBorderColor { border: 1px solid #C88F20; }
<div style="border:3px solid #C88F20">Div</div>
This div border color is #C88F20.
.myOpacity80 { color: #C88F20; opacity: 0.8; }
<p style="color:#C88F20;opacity:0.8;">80%</p>
Text with #C88F20 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C88F20;}
<p style="text-shadow: 3px 3px 1px #C88F20">Text here.</p>
This text has shadow with #C88F20 color.
.textShadow {text-shadow: 3px 3px 1px #C88F20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C88F20, 5px 5px 20px red">Text here.</p>
This text has shadow with #C88F20 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C88F20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C88F20, Direction=45, Strength=4)">Text</p>
This text has shadow with #C88F20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C88F20;
-webkit-box-shadow: 1px 1px 3px 2px #C88F20;
box-shadow: 1px 1px 3px 2px #C88F20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C88F20; -webkit-box-shadow: 1px 1px 3px 2px #C88F20; box-shadow:1px 1px 3px 2px #C88F20;">
Div content here
</div>
This text has color #C88F20 on black background.
This text has color #C88F20 on white background.
This text has black color on #C88F20 background.
This text has white color on #C88F20 background.
Complementary color for #hex is #3770DF.