HEX: #C6888A
RGB: (198,136,138)
#C6888A contains mainly red color. Web safe color of #C6888A is #CC9999 (or #C99).
#C6888A color RGB value is (198,136,138).
RGB: (198,136,138)
(78%, 53%, 54%)
R 198 of 255 = 78%
G 136 of 255 = 53%
B 138 of 255 = 54%
R + G + B ~ 62%. #C6888A is quite light color.
R + G + B = 198 + 136 + 138 = 472 (100%)
R 198 of 472 ~ 41.95%
G 136 of 472 ~ 28.81%
B 138 of 472 ~ 29.24'%
#C6888A color CMYK value is (0,31,30,22).
CMYK: (0,31,30,22) C0M31Y30K22 (0%,31%,30%,22%) (0.00/0.31/0.30/0.22)
Color #C6888A in popluar color models
C6 | 88 | 8A | |
---|---|---|---|
RGB | 198 | 136 | 138 |
HSL | 358° | 35.23% | 65.49% |
HSB/HSV | 358° | 31.31% | 77.65% |
CMYK | 0.00% | 31.31% | 30.30% |
22.35% |
Color #C6888A in popluar number systems.
HEX | C6 | 88 | 8A |
Decimal | 198 | 136 | 138 |
Binary | 11000110 | 10001000 | 10001010 |
Octal | 306 | 210 | 212 |
Shades of #C6888A
Tints of #C6888A
Examples of css and html codes for elements with #C6888A color. Also use rgb(198,136,138) instead hex code.
.myTextColor { color: #C6888A; }
<p style="color:#C6888A">This sample text font color is #C6888A.</p>
This text font color is #C6888A.
.myBgColor { background-color: #C6888A; }
<div style="background-color:#C6888A">Inner text</div>
This div background color is #C6888A.
.myBorderColor { border: 1px solid #C6888A; }
<div style="border:3px solid #C6888A">Div</div>
This div border color is #C6888A.
.myOpacity80 { color: #C6888A; opacity: 0.8; }
<p style="color:#C6888A;opacity:0.8;">80%</p>
Text with #C6888A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6888A;}
<p style="text-shadow: 3px 3px 1px #C6888A">Text here.</p>
This text has shadow with #C6888A color.
.textShadow {text-shadow: 3px 3px 1px #C6888A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6888A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6888A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6888A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6888A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6888A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6888A;
-webkit-box-shadow: 1px 1px 3px 2px #C6888A;
box-shadow: 1px 1px 3px 2px #C6888A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6888A; -webkit-box-shadow: 1px 1px 3px 2px #C6888A; box-shadow:1px 1px 3px 2px #C6888A;">
Div content here
</div>
This text has color #C6888A on black background.
This text has color #C6888A on white background.
This text has black color on #C6888A background.
This text has white color on #C6888A background.
Complementary color for #hex is #397775.