HEX: #C5AB6C
RGB: (197,171,108)
#C5AB6C contains mainly red and green colors. Web safe color of #C5AB6C is #CC9966 (or #C96).
#C5AB6C color RGB value is (197,171,108).
RGB: (197,171,108)
(77%, 67%, 42%)
R 197 of 255 = 77%
G 171 of 255 = 67%
B 108 of 255 = 42%
R + G + B ~ 62%. #C5AB6C is quite light color.
R + G + B = 197 + 171 + 108 = 476 (100%)
R 197 of 476 ~ 41.39%
G 171 of 476 ~ 35.92%
B 108 of 476 ~ 22.69'%
#C5AB6C color CMYK value is (0,13,45,23).
CMYK: (0,13,45,23)
C0M13Y45K23 (0%, 13%, 45%, 23%)
(0.00 / 0.13 / 0.45 / 0.23)
Color #C5AB6C in popluar color models
C5 | AB | 6C | |
---|---|---|---|
RGB | 197 | 171 | 108 |
HSL | 42° | 43.41% | 59.80% |
HSB/HSV | 42° | 45.18% | 77.25% |
CMYK | 0.00% | 13.20% | 45.18% |
22.75% |
Color #C5AB6C in popluar number systems.
HEX | C5 | AB | 6C |
Decimal | 197 | 171 | 108 |
Binary | 11000101 | 10101011 | 1101100 |
Octal | 305 | 253 | 154 |
Shades of #C5AB6C
Tints of #C5AB6C
Examples of css and html codes for elements with #C5AB6C color. Also use rgb(197,171,108) instead hex code.
.myTextColor { color: #C5AB6C; }
<p style="color:#C5AB6C">This sample text font color is #C5AB6C.</p>
This text font color is #C5AB6C.
.myBgColor { background-color: #C5AB6C; }
<div style="background-color:#C5AB6C">Inner text</div>
This div background color is #C5AB6C.
.myBorderColor { border: 1px solid #C5AB6C; }
<div style="border:3px solid #C5AB6C">Div</div>
This div border color is #C5AB6C.
.myOpacity80 { color: #C5AB6C; opacity: 0.8; }
<p style="color:#C5AB6C;opacity:0.8;">80%</p>
Text with #C5AB6C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5AB6C;}
<p style="text-shadow: 3px 3px 1px #C5AB6C">Text here.</p>
This text has shadow with #C5AB6C color.
.textShadow {text-shadow: 3px 3px 1px #C5AB6C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5AB6C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5AB6C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5AB6C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5AB6C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5AB6C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5AB6C;
-webkit-box-shadow: 1px 1px 3px 2px #C5AB6C;
box-shadow: 1px 1px 3px 2px #C5AB6C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5AB6C; -webkit-box-shadow: 1px 1px 3px 2px #C5AB6C; box-shadow:1px 1px 3px 2px #C5AB6C;">
Div content here
</div>
This text has color #C5AB6C on black background.
This text has color #C5AB6C on white background.
This text has black color on #C5AB6C background.
This text has white color on #C5AB6C background.
Complementary color for #hex is #3A5493.