HEX: #C4787D
RGB: (196,120,125)
#C4787D contains mainly red color. Web safe color of #C4787D is #CC6666 (or #C66).
#C4787D color RGB value is (196,120,125).
RGB: (196,120,125)
(77%, 47%, 49%)
R 196 of 255 = 77%
G 120 of 255 = 47%
B 125 of 255 = 49%
R + G + B ~ 58%. #C4787D is middle color (not dark and not light).
R + G + B = 196 + 120 + 125 = 441 (100%)
R 196 of 441 ~ 44.44%
G 120 of 441 ~ 27.21%
B 125 of 441 ~ 28.34'%
#C4787D color CMYK value is (0,39,36,23).
CMYK: (0,39,36,23)
C0M39Y36K23 (0%, 39%, 36%, 23%)
(0.00 / 0.39 / 0.36 / 0.23)
Color #C4787D in popluar color models
C4 | 78 | 7D | |
---|---|---|---|
RGB | 196 | 120 | 125 |
HSL | 356° | 39.18% | 61.96% |
HSB/HSV | 356° | 38.78% | 76.86% |
CMYK | 0.00% | 38.78% | 36.22% |
23.14% |
Color #C4787D in popluar number systems.
HEX | C4 | 78 | 7D |
Decimal | 196 | 120 | 125 |
Binary | 11000100 | 1111000 | 1111101 |
Octal | 304 | 170 | 175 |
Shades of #C4787D
Tints of #C4787D
Examples of css and html codes for elements with #C4787D color. Also use rgb(196,120,125) instead hex code.
.myTextColor { color: #C4787D; }
<p style="color:#C4787D">This sample text font color is #C4787D.</p>
This text font color is #C4787D.
.myBgColor { background-color: #C4787D; }
<div style="background-color:#C4787D">Inner text</div>
This div background color is #C4787D.
.myBorderColor { border: 1px solid #C4787D; }
<div style="border:3px solid #C4787D">Div</div>
This div border color is #C4787D.
.myOpacity80 { color: #C4787D; opacity: 0.8; }
<p style="color:#C4787D;opacity:0.8;">80%</p>
Text with #C4787D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4787D;}
<p style="text-shadow: 3px 3px 1px #C4787D">Text here.</p>
This text has shadow with #C4787D color.
.textShadow {text-shadow: 3px 3px 1px #C4787D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4787D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4787D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4787D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4787D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4787D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4787D;
-webkit-box-shadow: 1px 1px 3px 2px #C4787D;
box-shadow: 1px 1px 3px 2px #C4787D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4787D; -webkit-box-shadow: 1px 1px 3px 2px #C4787D; box-shadow:1px 1px 3px 2px #C4787D;">
Div content here
</div>
This text has color #C4787D on black background.
This text has color #C4787D on white background.
This text has black color on #C4787D background.
This text has white color on #C4787D background.
Complementary color for #hex is #3B8782.