HEX: #C66249
RGB: (198,98,73)
#C66249 contains mainly red color. Web safe color of #C66249 is #CC6633 (or #C63).
#C66249 color RGB value is (198,98,73).
RGB: (198,98,73)
(78%, 38%, 29%)
R 198 of 255 = 78%
G 98 of 255 = 38%
B 73 of 255 = 29%
R + G + B ~ 48%. #C66249 is middle color (not dark and not light).
R + G + B = 198 + 98 + 73 = 369 (100%)
R 198 of 369 ~ 53.66%
G 98 of 369 ~ 26.56%
B 73 of 369 ~ 19.78'%
#C66249 color CMYK value is (0,51,63,22).
CMYK: (0,51,63,22)
C0M51Y63K22 (0%, 51%, 63%, 22%)
(0.00 / 0.51 / 0.63 / 0.22)
Color #C66249 in popluar color models
C6 | 62 | 49 | |
---|---|---|---|
RGB | 198 | 98 | 73 |
HSL | 12° | 52.30% | 53.14% |
HSB/HSV | 12° | 63.13% | 77.65% |
CMYK | 0.00% | 50.51% | 63.13% |
22.35% |
Color #C66249 in popluar number systems.
HEX | C6 | 62 | 49 |
Decimal | 198 | 98 | 73 |
Binary | 11000110 | 1100010 | 1001001 |
Octal | 306 | 142 | 111 |
Shades of #C66249
Tints of #C66249
Examples of css and html codes for elements with #C66249 color. Also use rgb(198,98,73) instead hex code.
.myTextColor { color: #C66249; }
<p style="color:#C66249">This sample text font color is #C66249.</p>
This text font color is #C66249.
.myBgColor { background-color: #C66249; }
<div style="background-color:#C66249">Inner text</div>
This div background color is #C66249.
.myBorderColor { border: 1px solid #C66249; }
<div style="border:3px solid #C66249">Div</div>
This div border color is #C66249.
.myOpacity80 { color: #C66249; opacity: 0.8; }
<p style="color:#C66249;opacity:0.8;">80%</p>
Text with #C66249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C66249;}
<p style="text-shadow: 3px 3px 1px #C66249">Text here.</p>
This text has shadow with #C66249 color.
.textShadow {text-shadow: 3px 3px 1px #C66249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C66249, 5px 5px 20px red">Text here.</p>
This text has shadow with #C66249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C66249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C66249, Direction=45, Strength=4)">Text</p>
This text has shadow with #C66249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C66249;
-webkit-box-shadow: 1px 1px 3px 2px #C66249;
box-shadow: 1px 1px 3px 2px #C66249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C66249; -webkit-box-shadow: 1px 1px 3px 2px #C66249; box-shadow:1px 1px 3px 2px #C66249;">
Div content here
</div>
This text has color #C66249 on black background.
This text has color #C66249 on white background.
This text has black color on #C66249 background.
This text has white color on #C66249 background.
Complementary color for #hex is #399DB6.