HEX: #C0687C
RGB: (192,104,124)
#C0687C contains mainly red color. Web safe color of #C0687C is #CC6666 (or #C66).
#C0687C color RGB value is (192,104,124).
RGB: (192,104,124)
(75%, 41%, 49%)
R 192 of 255 = 75%
G 104 of 255 = 41%
B 124 of 255 = 49%
R + G + B ~ 55%. #C0687C is middle color (not dark and not light).
R + G + B = 192 + 104 + 124 = 420 (100%)
R 192 of 420 ~ 45.71%
G 104 of 420 ~ 24.76%
B 124 of 420 ~ 29.52'%
#C0687C color CMYK value is (0,46,35,25).
CMYK: (0,46,35,25) C0M46Y35K25 (0%,46%,35%,25%) (0.00/0.46/0.35/0.25)
Color #C0687C in popluar color models
C0 | 68 | 7C | |
---|---|---|---|
RGB | 192 | 104 | 124 |
HSL | 346° | 41.12% | 58.04% |
HSB/HSV | 346° | 45.83% | 75.29% |
CMYK | 0.00% | 45.83% | 35.42% |
24.71% |
Color #C0687C in popluar number systems.
HEX | C0 | 68 | 7C |
Decimal | 192 | 104 | 124 |
Binary | 11000000 | 1101000 | 1111100 |
Octal | 300 | 150 | 174 |
Shades of #C0687C
Tints of #C0687C
Examples of css and html codes for elements with #C0687C color. Also use rgb(192,104,124) instead hex code.
.myTextColor { color: #C0687C; }
<p style="color:#C0687C">This sample text font color is #C0687C.</p>
This text font color is #C0687C.
.myBgColor { background-color: #C0687C; }
<div style="background-color:#C0687C">Inner text</div>
This div background color is #C0687C.
.myBorderColor { border: 1px solid #C0687C; }
<div style="border:3px solid #C0687C">Div</div>
This div border color is #C0687C.
.myOpacity80 { color: #C0687C; opacity: 0.8; }
<p style="color:#C0687C;opacity:0.8;">80%</p>
Text with #C0687C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C0687C;}
<p style="text-shadow: 3px 3px 1px #C0687C">Text here.</p>
This text has shadow with #C0687C color.
.textShadow {text-shadow: 3px 3px 1px #C0687C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C0687C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C0687C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0687C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C0687C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C0687C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0687C;
-webkit-box-shadow: 1px 1px 3px 2px #C0687C;
box-shadow: 1px 1px 3px 2px #C0687C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0687C; -webkit-box-shadow: 1px 1px 3px 2px #C0687C; box-shadow:1px 1px 3px 2px #C0687C;">
Div content here
</div>
This text has color #C0687C on black background.
This text has color #C0687C on white background.
This text has black color on #C0687C background.
This text has white color on #C0687C background.
Complementary color for #hex is #3F9783.