HEX: #C6A37F
RGB: (198,163,127)
#C6A37F contains mainly red and green colors. Web safe color of #C6A37F is #CC9966 (or #C96).
#C6A37F color RGB value is (198,163,127).
RGB: (198,163,127)
(78%, 64%, 50%)
R 198 of 255 = 78%
G 163 of 255 = 64%
B 127 of 255 = 50%
R + G + B ~ 64%. #C6A37F is quite light color.
R + G + B = 198 + 163 + 127 = 488 (100%)
R 198 of 488 ~ 40.57%
G 163 of 488 ~ 33.4%
B 127 of 488 ~ 26.02'%
#C6A37F color CMYK value is (0,18,36,22).
CMYK: (0,18,36,22)
C0M18Y36K22 (0%, 18%, 36%, 22%)
(0.00 / 0.18 / 0.36 / 0.22)
Color #C6A37F in popluar color models
C6 | A3 | 7F | |
---|---|---|---|
RGB | 198 | 163 | 127 |
HSL | 30° | 38.38% | 63.73% |
HSB/HSV | 30° | 35.86% | 77.65% |
CMYK | 0.00% | 17.68% | 35.86% |
22.35% |
Color #C6A37F in popluar number systems.
HEX | C6 | A3 | 7F |
Decimal | 198 | 163 | 127 |
Binary | 11000110 | 10100011 | 1111111 |
Octal | 306 | 243 | 177 |
Shades of #C6A37F
Tints of #C6A37F
Examples of css and html codes for elements with #C6A37F color. Also use rgb(198,163,127) instead hex code.
.myTextColor { color: #C6A37F; }
<p style="color:#C6A37F">This sample text font color is #C6A37F.</p>
This text font color is #C6A37F.
.myBgColor { background-color: #C6A37F; }
<div style="background-color:#C6A37F">Inner text</div>
This div background color is #C6A37F.
.myBorderColor { border: 1px solid #C6A37F; }
<div style="border:3px solid #C6A37F">Div</div>
This div border color is #C6A37F.
.myOpacity80 { color: #C6A37F; opacity: 0.8; }
<p style="color:#C6A37F;opacity:0.8;">80%</p>
Text with #C6A37F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A37F;}
<p style="text-shadow: 3px 3px 1px #C6A37F">Text here.</p>
This text has shadow with #C6A37F color.
.textShadow {text-shadow: 3px 3px 1px #C6A37F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A37F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6A37F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A37F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A37F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A37F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A37F;
-webkit-box-shadow: 1px 1px 3px 2px #C6A37F;
box-shadow: 1px 1px 3px 2px #C6A37F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A37F; -webkit-box-shadow: 1px 1px 3px 2px #C6A37F; box-shadow:1px 1px 3px 2px #C6A37F;">
Div content here
</div>
This text has color #C6A37F on black background.
This text has color #C6A37F on white background.
This text has black color on #C6A37F background.
This text has white color on #C6A37F background.
Complementary color for #hex is #395C80.