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