HEX: #C88A58
RGB: (200,138,88)
#C88A58 contains mainly red color. Web safe color of #C88A58 is #CC9966 (or #C96).
#C88A58 color RGB value is (200,138,88).
RGB: (200,138,88)
(78%, 54%, 35%)
R 200 of 255 = 78%
G 138 of 255 = 54%
B 88 of 255 = 35%
R + G + B ~ 56%. #C88A58 is middle color (not dark and not light).
R + G + B = 200 + 138 + 88 = 426 (100%)
R 200 of 426 ~ 46.95%
G 138 of 426 ~ 32.39%
B 88 of 426 ~ 20.66'%
#C88A58 color CMYK value is (0,31,56,22).
CMYK: (0,31,56,22)
C0M31Y56K22 (0%, 31%, 56%, 22%)
(0.00 / 0.31 / 0.56 / 0.22)
Color #C88A58 in popluar color models
C8 | 8A | 58 | |
---|---|---|---|
RGB | 200 | 138 | 88 |
HSL | 27° | 50.45% | 56.47% |
HSB/HSV | 27° | 56.00% | 78.43% |
CMYK | 0.00% | 31.00% | 56.00% |
21.57% |
Color #C88A58 in popluar number systems.
HEX | C8 | 8A | 58 |
Decimal | 200 | 138 | 88 |
Binary | 11001000 | 10001010 | 1011000 |
Octal | 310 | 212 | 130 |
Shades of #C88A58
Tints of #C88A58
Examples of css and html codes for elements with #C88A58 color. Also use rgb(200,138,88) instead hex code.
.myTextColor { color: #C88A58; }
<p style="color:#C88A58">This sample text font color is #C88A58.</p>
This text font color is #C88A58.
.myBgColor { background-color: #C88A58; }
<div style="background-color:#C88A58">Inner text</div>
This div background color is #C88A58.
.myBorderColor { border: 1px solid #C88A58; }
<div style="border:3px solid #C88A58">Div</div>
This div border color is #C88A58.
.myOpacity80 { color: #C88A58; opacity: 0.8; }
<p style="color:#C88A58;opacity:0.8;">80%</p>
Text with #C88A58 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C88A58;}
<p style="text-shadow: 3px 3px 1px #C88A58">Text here.</p>
This text has shadow with #C88A58 color.
.textShadow {text-shadow: 3px 3px 1px #C88A58', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C88A58, 5px 5px 20px red">Text here.</p>
This text has shadow with #C88A58 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C88A58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C88A58, Direction=45, Strength=4)">Text</p>
This text has shadow with #C88A58 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C88A58;
-webkit-box-shadow: 1px 1px 3px 2px #C88A58;
box-shadow: 1px 1px 3px 2px #C88A58;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C88A58; -webkit-box-shadow: 1px 1px 3px 2px #C88A58; box-shadow:1px 1px 3px 2px #C88A58;">
Div content here
</div>
This text has color #C88A58 on black background.
This text has color #C88A58 on white background.
This text has black color on #C88A58 background.
This text has white color on #C88A58 background.
Complementary color for #hex is #3775A7.