HEX: #C67472
RGB: (198,116,114)
#C67472 contains mainly red color. Web safe color of #C67472 is #CC6666 (or #C66).
#C67472 color RGB value is (198,116,114).
RGB: (198,116,114)
(78%, 45%, 45%)
R 198 of 255 = 78%
G 116 of 255 = 45%
B 114 of 255 = 45%
R + G + B ~ 56%. #C67472 is middle color (not dark and not light).
R + G + B = 198 + 116 + 114 = 428 (100%)
R 198 of 428 ~ 46.26%
G 116 of 428 ~ 27.1%
B 114 of 428 ~ 26.64'%
#C67472 color CMYK value is (0,41,42,22).
CMYK: (0,41,42,22) C0M41Y42K22 (0%,41%,42%,22%) (0.00/0.41/0.42/0.22)
Color #C67472 in popluar color models
C6 | 74 | 72 | |
---|---|---|---|
RGB | 198 | 116 | 114 |
HSL | 1° | 42.42% | 61.18% |
HSB/HSV | 1° | 42.42% | 77.65% |
CMYK | 0.00% | 41.41% | 42.42% |
22.35% |
Color #C67472 in popluar number systems.
HEX | C6 | 74 | 72 |
Decimal | 198 | 116 | 114 |
Binary | 11000110 | 1110100 | 1110010 |
Octal | 306 | 164 | 162 |
Shades of #C67472
Tints of #C67472
Examples of css and html codes for elements with #C67472 color. Also use rgb(198,116,114) instead hex code.
.myTextColor { color: #C67472; }
<p style="color:#C67472">This sample text font color is #C67472.</p>
This text font color is #C67472.
.myBgColor { background-color: #C67472; }
<div style="background-color:#C67472">Inner text</div>
This div background color is #C67472.
.myBorderColor { border: 1px solid #C67472; }
<div style="border:3px solid #C67472">Div</div>
This div border color is #C67472.
.myOpacity80 { color: #C67472; opacity: 0.8; }
<p style="color:#C67472;opacity:0.8;">80%</p>
Text with #C67472 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C67472;}
<p style="text-shadow: 3px 3px 1px #C67472">Text here.</p>
This text has shadow with #C67472 color.
.textShadow {text-shadow: 3px 3px 1px #C67472', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C67472, 5px 5px 20px red">Text here.</p>
This text has shadow with #C67472 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C67472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C67472, Direction=45, Strength=4)">Text</p>
This text has shadow with #C67472 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C67472;
-webkit-box-shadow: 1px 1px 3px 2px #C67472;
box-shadow: 1px 1px 3px 2px #C67472;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C67472; -webkit-box-shadow: 1px 1px 3px 2px #C67472; box-shadow:1px 1px 3px 2px #C67472;">
Div content here
</div>
This text has color #C67472 on black background.
This text has color #C67472 on white background.
This text has black color on #C67472 background.
This text has white color on #C67472 background.
Complementary color for #hex is #398B8D.