HEX: #C7685C
RGB: (199,104,92)
#C7685C contains mainly red color. Web safe color of #C7685C is #CC6666 (or #C66).
#C7685C color RGB value is (199,104,92).
RGB: (199,104,92)
(78%, 41%, 36%)
R 199 of 255 = 78%
G 104 of 255 = 41%
B 92 of 255 = 36%
R + G + B ~ 52%. #C7685C is middle color (not dark and not light).
R + G + B = 199 + 104 + 92 = 395 (100%)
R 199 of 395 ~ 50.38%
G 104 of 395 ~ 26.33%
B 92 of 395 ~ 23.29'%
#C7685C color CMYK value is (0,48,54,22).
CMYK: (0,48,54,22)
C0M48Y54K22 (0%, 48%, 54%, 22%)
(0.00 / 0.48 / 0.54 / 0.22)
Color #C7685C in popluar color models
C7 | 68 | 5C | |
---|---|---|---|
RGB | 199 | 104 | 92 |
HSL | 7° | 48.86% | 57.06% |
HSB/HSV | 7° | 53.77% | 78.04% |
CMYK | 0.00% | 47.74% | 53.77% |
21.96% |
Color #C7685C in popluar number systems.
HEX | C7 | 68 | 5C |
Decimal | 199 | 104 | 92 |
Binary | 11000111 | 1101000 | 1011100 |
Octal | 307 | 150 | 134 |
Shades of #C7685C
Tints of #C7685C
Examples of css and html codes for elements with #C7685C color. Also use rgb(199,104,92) instead hex code.
.myTextColor { color: #C7685C; }
<p style="color:#C7685C">This sample text font color is #C7685C.</p>
This text font color is #C7685C.
.myBgColor { background-color: #C7685C; }
<div style="background-color:#C7685C">Inner text</div>
This div background color is #C7685C.
.myBorderColor { border: 1px solid #C7685C; }
<div style="border:3px solid #C7685C">Div</div>
This div border color is #C7685C.
.myOpacity80 { color: #C7685C; opacity: 0.8; }
<p style="color:#C7685C;opacity:0.8;">80%</p>
Text with #C7685C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7685C;}
<p style="text-shadow: 3px 3px 1px #C7685C">Text here.</p>
This text has shadow with #C7685C color.
.textShadow {text-shadow: 3px 3px 1px #C7685C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7685C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7685C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7685C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7685C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7685C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7685C;
-webkit-box-shadow: 1px 1px 3px 2px #C7685C;
box-shadow: 1px 1px 3px 2px #C7685C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7685C; -webkit-box-shadow: 1px 1px 3px 2px #C7685C; box-shadow:1px 1px 3px 2px #C7685C;">
Div content here
</div>
This text has color #C7685C on black background.
This text has color #C7685C on white background.
This text has black color on #C7685C background.
This text has white color on #C7685C background.
Complementary color for #hex is #3897A3.