HEX: #C6B15E
RGB: (198,177,94)
#C6B15E contains mainly red and green colors. Web safe color of #C6B15E is #CC9966 (or #C96).
#C6B15E color RGB value is (198,177,94).
RGB: (198,177,94)
(78%, 69%, 37%)
R 198 of 255 = 78%
G 177 of 255 = 69%
B 94 of 255 = 37%
R + G + B ~ 61%. #C6B15E is quite light color.
R + G + B = 198 + 177 + 94 = 469 (100%)
R 198 of 469 ~ 42.22%
G 177 of 469 ~ 37.74%
B 94 of 469 ~ 20.04'%
#C6B15E color CMYK value is (0,11,53,22).
CMYK: (0,11,53,22)
C0M11Y53K22 (0%, 11%, 53%, 22%)
(0.00 / 0.11 / 0.53 / 0.22)
Color #C6B15E in popluar color models
C6 | B1 | 5E | |
---|---|---|---|
RGB | 198 | 177 | 94 |
HSL | 48° | 47.71% | 57.25% |
HSB/HSV | 48° | 52.53% | 77.65% |
CMYK | 0.00% | 10.61% | 52.53% |
22.35% |
Color #C6B15E in popluar number systems.
HEX | C6 | B1 | 5E |
Decimal | 198 | 177 | 94 |
Binary | 11000110 | 10110001 | 1011110 |
Octal | 306 | 261 | 136 |
Shades of #C6B15E
Tints of #C6B15E
Examples of css and html codes for elements with #C6B15E color. Also use rgb(198,177,94) instead hex code.
.myTextColor { color: #C6B15E; }
<p style="color:#C6B15E">This sample text font color is #C6B15E.</p>
This text font color is #C6B15E.
.myBgColor { background-color: #C6B15E; }
<div style="background-color:#C6B15E">Inner text</div>
This div background color is #C6B15E.
.myBorderColor { border: 1px solid #C6B15E; }
<div style="border:3px solid #C6B15E">Div</div>
This div border color is #C6B15E.
.myOpacity80 { color: #C6B15E; opacity: 0.8; }
<p style="color:#C6B15E;opacity:0.8;">80%</p>
Text with #C6B15E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6B15E;}
<p style="text-shadow: 3px 3px 1px #C6B15E">Text here.</p>
This text has shadow with #C6B15E color.
.textShadow {text-shadow: 3px 3px 1px #C6B15E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6B15E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6B15E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6B15E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6B15E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6B15E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6B15E;
-webkit-box-shadow: 1px 1px 3px 2px #C6B15E;
box-shadow: 1px 1px 3px 2px #C6B15E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6B15E; -webkit-box-shadow: 1px 1px 3px 2px #C6B15E; box-shadow:1px 1px 3px 2px #C6B15E;">
Div content here
</div>
This text has color #C6B15E on black background.
This text has color #C6B15E on white background.
This text has black color on #C6B15E background.
This text has white color on #C6B15E background.
Complementary color for #hex is #394EA1.