HEX: #C7738F
RGB: (199,115,143)
#C7738F contains mainly red and blue colors. Web safe color of #C7738F is #CC6699 (or #C69).
#C7738F color RGB value is (199,115,143).
RGB: (199,115,143)
(78%, 45%, 56%)
R 199 of 255 = 78%
G 115 of 255 = 45%
B 143 of 255 = 56%
R + G + B ~ 60%. #C7738F is middle color (not dark and not light).
R + G + B = 199 + 115 + 143 = 457 (100%)
R 199 of 457 ~ 43.54%
G 115 of 457 ~ 25.16%
B 143 of 457 ~ 31.29'%
#C7738F color CMYK value is (0,42,28,22).
CMYK: (0,42,28,22)
C0M42Y28K22 (0%, 42%, 28%, 22%)
(0.00 / 0.42 / 0.28 / 0.22)
Color #C7738F in popluar color models
C7 | 73 | 8F | |
---|---|---|---|
RGB | 199 | 115 | 143 |
HSL | 340° | 42.86% | 61.57% |
HSB/HSV | 340° | 42.21% | 78.04% |
CMYK | 0.00% | 42.21% | 28.14% |
21.96% |
Color #C7738F in popluar number systems.
HEX | C7 | 73 | 8F |
Decimal | 199 | 115 | 143 |
Binary | 11000111 | 1110011 | 10001111 |
Octal | 307 | 163 | 217 |
Shades of #C7738F
Tints of #C7738F
Examples of css and html codes for elements with #C7738F color. Also use rgb(199,115,143) instead hex code.
.myTextColor { color: #C7738F; }
<p style="color:#C7738F">This sample text font color is #C7738F.</p>
This text font color is #C7738F.
.myBgColor { background-color: #C7738F; }
<div style="background-color:#C7738F">Inner text</div>
This div background color is #C7738F.
.myBorderColor { border: 1px solid #C7738F; }
<div style="border:3px solid #C7738F">Div</div>
This div border color is #C7738F.
.myOpacity80 { color: #C7738F; opacity: 0.8; }
<p style="color:#C7738F;opacity:0.8;">80%</p>
Text with #C7738F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7738F;}
<p style="text-shadow: 3px 3px 1px #C7738F">Text here.</p>
This text has shadow with #C7738F color.
.textShadow {text-shadow: 3px 3px 1px #C7738F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7738F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7738F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7738F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7738F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7738F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7738F;
-webkit-box-shadow: 1px 1px 3px 2px #C7738F;
box-shadow: 1px 1px 3px 2px #C7738F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7738F; -webkit-box-shadow: 1px 1px 3px 2px #C7738F; box-shadow:1px 1px 3px 2px #C7738F;">
Div content here
</div>
This text has color #C7738F on black background.
This text has color #C7738F on white background.
This text has black color on #C7738F background.
This text has white color on #C7738F background.
Complementary color for #hex is #388C70.