HEX: #C6887A
RGB: (198,136,122)
#C6887A contains mainly red color. Web safe color of #C6887A is #CC9966 (or #C96).
#C6887A color RGB value is (198,136,122).
RGB: (198,136,122)
(78%, 53%, 48%)
R 198 of 255 = 78%
G 136 of 255 = 53%
B 122 of 255 = 48%
R + G + B ~ 60%. #C6887A is middle color (not dark and not light).
R + G + B = 198 + 136 + 122 = 456 (100%)
R 198 of 456 ~ 43.42%
G 136 of 456 ~ 29.82%
B 122 of 456 ~ 26.75'%
#C6887A color CMYK value is (0,31,38,22).
CMYK: (0,31,38,22)
C0M31Y38K22 (0%, 31%, 38%, 22%)
(0.00 / 0.31 / 0.38 / 0.22)
Color #C6887A in popluar color models
C6 | 88 | 7A | |
---|---|---|---|
RGB | 198 | 136 | 122 |
HSL | 11° | 40.00% | 62.75% |
HSB/HSV | 11° | 38.38% | 77.65% |
CMYK | 0.00% | 31.31% | 38.38% |
22.35% |
Color #C6887A in popluar number systems.
HEX | C6 | 88 | 7A |
Decimal | 198 | 136 | 122 |
Binary | 11000110 | 10001000 | 1111010 |
Octal | 306 | 210 | 172 |
Shades of #C6887A
Tints of #C6887A
Examples of css and html codes for elements with #C6887A color. Also use rgb(198,136,122) instead hex code.
.myTextColor { color: #C6887A; }
<p style="color:#C6887A">This sample text font color is #C6887A.</p>
This text font color is #C6887A.
.myBgColor { background-color: #C6887A; }
<div style="background-color:#C6887A">Inner text</div>
This div background color is #C6887A.
.myBorderColor { border: 1px solid #C6887A; }
<div style="border:3px solid #C6887A">Div</div>
This div border color is #C6887A.
.myOpacity80 { color: #C6887A; opacity: 0.8; }
<p style="color:#C6887A;opacity:0.8;">80%</p>
Text with #C6887A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6887A;}
<p style="text-shadow: 3px 3px 1px #C6887A">Text here.</p>
This text has shadow with #C6887A color.
.textShadow {text-shadow: 3px 3px 1px #C6887A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6887A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6887A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6887A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6887A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6887A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6887A;
-webkit-box-shadow: 1px 1px 3px 2px #C6887A;
box-shadow: 1px 1px 3px 2px #C6887A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6887A; -webkit-box-shadow: 1px 1px 3px 2px #C6887A; box-shadow:1px 1px 3px 2px #C6887A;">
Div content here
</div>
This text has color #C6887A on black background.
This text has color #C6887A on white background.
This text has black color on #C6887A background.
This text has white color on #C6887A background.
Complementary color for #hex is #397785.