HEX: #C6675D
RGB: (198,103,93)
#C6675D contains mainly red color. Web safe color of #C6675D is #CC6666 (or #C66).
#C6675D color RGB value is (198,103,93).
RGB: (198,103,93)
(78%, 40%, 36%)
R 198 of 255 = 78%
G 103 of 255 = 40%
B 93 of 255 = 36%
R + G + B ~ 51%. #C6675D is middle color (not dark and not light).
R + G + B = 198 + 103 + 93 = 394 (100%)
R 198 of 394 ~ 50.25%
G 103 of 394 ~ 26.14%
B 93 of 394 ~ 23.6'%
#C6675D color CMYK value is (0,48,53,22).
CMYK: (0,48,53,22)
C0M48Y53K22 (0%, 48%, 53%, 22%)
(0.00 / 0.48 / 0.53 / 0.22)
Color #C6675D in popluar color models
C6 | 67 | 5D | |
---|---|---|---|
RGB | 198 | 103 | 93 |
HSL | 6° | 47.95% | 57.06% |
HSB/HSV | 6° | 53.03% | 77.65% |
CMYK | 0.00% | 47.98% | 53.03% |
22.35% |
Color #C6675D in popluar number systems.
HEX | C6 | 67 | 5D |
Decimal | 198 | 103 | 93 |
Binary | 11000110 | 1100111 | 1011101 |
Octal | 306 | 147 | 135 |
Shades of #C6675D
Tints of #C6675D
Examples of css and html codes for elements with #C6675D color. Also use rgb(198,103,93) instead hex code.
.myTextColor { color: #C6675D; }
<p style="color:#C6675D">This sample text font color is #C6675D.</p>
This text font color is #C6675D.
.myBgColor { background-color: #C6675D; }
<div style="background-color:#C6675D">Inner text</div>
This div background color is #C6675D.
.myBorderColor { border: 1px solid #C6675D; }
<div style="border:3px solid #C6675D">Div</div>
This div border color is #C6675D.
.myOpacity80 { color: #C6675D; opacity: 0.8; }
<p style="color:#C6675D;opacity:0.8;">80%</p>
Text with #C6675D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6675D;}
<p style="text-shadow: 3px 3px 1px #C6675D">Text here.</p>
This text has shadow with #C6675D color.
.textShadow {text-shadow: 3px 3px 1px #C6675D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6675D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6675D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6675D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6675D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6675D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6675D;
-webkit-box-shadow: 1px 1px 3px 2px #C6675D;
box-shadow: 1px 1px 3px 2px #C6675D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6675D; -webkit-box-shadow: 1px 1px 3px 2px #C6675D; box-shadow:1px 1px 3px 2px #C6675D;">
Div content here
</div>
This text has color #C6675D on black background.
This text has color #C6675D on white background.
This text has black color on #C6675D background.
This text has white color on #C6675D background.
Complementary color for #hex is #3998A2.