HEX: #C6A187
RGB: (198,161,135)
#C6A187 contains mainly red and green colors. Web safe color of #C6A187 is #CC9999 (or #C99).
#C6A187 color RGB value is (198,161,135).
RGB: (198,161,135)
(78%, 63%, 53%)
R 198 of 255 = 78%
G 161 of 255 = 63%
B 135 of 255 = 53%
R + G + B ~ 65%. #C6A187 is quite light color.
R + G + B = 198 + 161 + 135 = 494 (100%)
R 198 of 494 ~ 40.08%
G 161 of 494 ~ 32.59%
B 135 of 494 ~ 27.33'%
#C6A187 color CMYK value is (0,19,32,22).
CMYK: (0,19,32,22) C0M19Y32K22 (0%,19%,32%,22%) (0.00/0.19/0.32/0.22)
Color #C6A187 in popluar color models
C6 | A1 | 87 | |
---|---|---|---|
RGB | 198 | 161 | 135 |
HSL | 25° | 35.59% | 65.29% |
HSB/HSV | 25° | 31.82% | 77.65% |
CMYK | 0.00% | 18.69% | 31.82% |
22.35% |
Color #C6A187 in popluar number systems.
HEX | C6 | A1 | 87 |
Decimal | 198 | 161 | 135 |
Binary | 11000110 | 10100001 | 10000111 |
Octal | 306 | 241 | 207 |
Shades of #C6A187
Tints of #C6A187
Examples of css and html codes for elements with #C6A187 color. Also use rgb(198,161,135) instead hex code.
.myTextColor { color: #C6A187; }
<p style="color:#C6A187">This sample text font color is #C6A187.</p>
This text font color is #C6A187.
.myBgColor { background-color: #C6A187; }
<div style="background-color:#C6A187">Inner text</div>
This div background color is #C6A187.
.myBorderColor { border: 1px solid #C6A187; }
<div style="border:3px solid #C6A187">Div</div>
This div border color is #C6A187.
.myOpacity80 { color: #C6A187; opacity: 0.8; }
<p style="color:#C6A187;opacity:0.8;">80%</p>
Text with #C6A187 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A187;}
<p style="text-shadow: 3px 3px 1px #C6A187">Text here.</p>
This text has shadow with #C6A187 color.
.textShadow {text-shadow: 3px 3px 1px #C6A187', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A187, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6A187 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A187, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A187, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A187 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A187;
-webkit-box-shadow: 1px 1px 3px 2px #C6A187;
box-shadow: 1px 1px 3px 2px #C6A187;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A187; -webkit-box-shadow: 1px 1px 3px 2px #C6A187; box-shadow:1px 1px 3px 2px #C6A187;">
Div content here
</div>
This text has color #C6A187 on black background.
This text has color #C6A187 on white background.
This text has black color on #C6A187 background.
This text has white color on #C6A187 background.
Complementary color for #hex is #395E78.