HEX: #C8493A
RGB: (200,73,58)
#C8493A contains mainly red color. Web safe color of #C8493A is #CC3333 (or #C33).
#C8493A color RGB value is (200,73,58).
RGB: (200,73,58)
(78%, 29%, 23%)
R 200 of 255 = 78%
G 73 of 255 = 29%
B 58 of 255 = 23%
R + G + B ~ 43%. #C8493A is middle color (not dark and not light).
R + G + B = 200 + 73 + 58 = 331 (100%)
R 200 of 331 ~ 60.42%
G 73 of 331 ~ 22.05%
B 58 of 331 ~ 17.52'%
#C8493A color CMYK value is (0,64,71,22).
CMYK: (0,64,71,22) C0M64Y71K22 (0%,64%,71%,22%) (0.00/0.64/0.71/0.22)
Color #C8493A in popluar color models
C8 | 49 | 3A | |
---|---|---|---|
RGB | 200 | 73 | 58 |
HSL | 6° | 56.35% | 50.59% |
HSB/HSV | 6° | 71.00% | 78.43% |
CMYK | 0.00% | 63.50% | 71.00% |
21.57% |
Color #C8493A in popluar number systems.
HEX | C8 | 49 | 3A |
Decimal | 200 | 73 | 58 |
Binary | 11001000 | 1001001 | 111010 |
Octal | 310 | 111 | 72 |
Shades of #C8493A
Tints of #C8493A
Examples of css and html codes for elements with #C8493A color. Also use rgb(200,73,58) instead hex code.
.myTextColor { color: #C8493A; }
<p style="color:#C8493A">This sample text font color is #C8493A.</p>
This text font color is #C8493A.
.myBgColor { background-color: #C8493A; }
<div style="background-color:#C8493A">Inner text</div>
This div background color is #C8493A.
.myBorderColor { border: 1px solid #C8493A; }
<div style="border:3px solid #C8493A">Div</div>
This div border color is #C8493A.
.myOpacity80 { color: #C8493A; opacity: 0.8; }
<p style="color:#C8493A;opacity:0.8;">80%</p>
Text with #C8493A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8493A;}
<p style="text-shadow: 3px 3px 1px #C8493A">Text here.</p>
This text has shadow with #C8493A color.
.textShadow {text-shadow: 3px 3px 1px #C8493A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8493A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C8493A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8493A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8493A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8493A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8493A;
-webkit-box-shadow: 1px 1px 3px 2px #C8493A;
box-shadow: 1px 1px 3px 2px #C8493A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8493A; -webkit-box-shadow: 1px 1px 3px 2px #C8493A; box-shadow:1px 1px 3px 2px #C8493A;">
Div content here
</div>
This text has color #C8493A on black background.
This text has color #C8493A on white background.
This text has black color on #C8493A background.
This text has white color on #C8493A background.
Complementary color for #hex is #37B6C5.