HEX: #C4748C
RGB: (196,116,140)
#C4748C contains mainly red and blue colors. Web safe color of #C4748C is #CC6699 (or #C69).
#C4748C color RGB value is (196,116,140).
RGB: (196,116,140)
(77%, 45%, 55%)
R 196 of 255 = 77%
G 116 of 255 = 45%
B 140 of 255 = 55%
R + G + B ~ 59%. #C4748C is middle color (not dark and not light).
R + G + B = 196 + 116 + 140 = 452 (100%)
R 196 of 452 ~ 43.36%
G 116 of 452 ~ 25.66%
B 140 of 452 ~ 30.97'%
#C4748C color CMYK value is (0,41,29,23).
CMYK: (0,41,29,23)
C0M41Y29K23 (0%, 41%, 29%, 23%)
(0.00 / 0.41 / 0.29 / 0.23)
Color #C4748C in popluar color models
C4 | 74 | 8C | |
---|---|---|---|
RGB | 196 | 116 | 140 |
HSL | 342° | 40.40% | 61.18% |
HSB/HSV | 342° | 40.82% | 76.86% |
CMYK | 0.00% | 40.82% | 28.57% |
23.14% |
Color #C4748C in popluar number systems.
HEX | C4 | 74 | 8C |
Decimal | 196 | 116 | 140 |
Binary | 11000100 | 1110100 | 10001100 |
Octal | 304 | 164 | 214 |
Shades of #C4748C
Tints of #C4748C
Examples of css and html codes for elements with #C4748C color. Also use rgb(196,116,140) instead hex code.
.myTextColor { color: #C4748C; }
<p style="color:#C4748C">This sample text font color is #C4748C.</p>
This text font color is #C4748C.
.myBgColor { background-color: #C4748C; }
<div style="background-color:#C4748C">Inner text</div>
This div background color is #C4748C.
.myBorderColor { border: 1px solid #C4748C; }
<div style="border:3px solid #C4748C">Div</div>
This div border color is #C4748C.
.myOpacity80 { color: #C4748C; opacity: 0.8; }
<p style="color:#C4748C;opacity:0.8;">80%</p>
Text with #C4748C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4748C;}
<p style="text-shadow: 3px 3px 1px #C4748C">Text here.</p>
This text has shadow with #C4748C color.
.textShadow {text-shadow: 3px 3px 1px #C4748C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4748C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4748C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4748C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4748C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4748C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4748C;
-webkit-box-shadow: 1px 1px 3px 2px #C4748C;
box-shadow: 1px 1px 3px 2px #C4748C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4748C; -webkit-box-shadow: 1px 1px 3px 2px #C4748C; box-shadow:1px 1px 3px 2px #C4748C;">
Div content here
</div>
This text has color #C4748C on black background.
This text has color #C4748C on white background.
This text has black color on #C4748C background.
This text has white color on #C4748C background.
Complementary color for #hex is #3B8B73.