HEX: #C6828B
RGB: (198,130,139)
#C6828B contains mainly red and blue colors. Web safe color of #C6828B is #CC9999 (or #C99).
#C6828B color RGB value is (198,130,139).
RGB: (198,130,139)
(78%, 51%, 55%)
R 198 of 255 = 78%
G 130 of 255 = 51%
B 139 of 255 = 55%
R + G + B ~ 61%. #C6828B is quite light color.
R + G + B = 198 + 130 + 139 = 467 (100%)
R 198 of 467 ~ 42.4%
G 130 of 467 ~ 27.84%
B 139 of 467 ~ 29.76'%
#C6828B color CMYK value is (0,34,30,22).
CMYK: (0,34,30,22)
C0M34Y30K22 (0%, 34%, 30%, 22%)
(0.00 / 0.34 / 0.30 / 0.22)
Color #C6828B in popluar color models
C6 | 82 | 8B | |
---|---|---|---|
RGB | 198 | 130 | 139 |
HSL | 352° | 37.36% | 64.31% |
HSB/HSV | 352° | 34.34% | 77.65% |
CMYK | 0.00% | 34.34% | 29.80% |
22.35% |
Color #C6828B in popluar number systems.
HEX | C6 | 82 | 8B |
Decimal | 198 | 130 | 139 |
Binary | 11000110 | 10000010 | 10001011 |
Octal | 306 | 202 | 213 |
Shades of #C6828B
Tints of #C6828B
Examples of css and html codes for elements with #C6828B color. Also use rgb(198,130,139) instead hex code.
.myTextColor { color: #C6828B; }
<p style="color:#C6828B">This sample text font color is #C6828B.</p>
This text font color is #C6828B.
.myBgColor { background-color: #C6828B; }
<div style="background-color:#C6828B">Inner text</div>
This div background color is #C6828B.
.myBorderColor { border: 1px solid #C6828B; }
<div style="border:3px solid #C6828B">Div</div>
This div border color is #C6828B.
.myOpacity80 { color: #C6828B; opacity: 0.8; }
<p style="color:#C6828B;opacity:0.8;">80%</p>
Text with #C6828B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6828B;}
<p style="text-shadow: 3px 3px 1px #C6828B">Text here.</p>
This text has shadow with #C6828B color.
.textShadow {text-shadow: 3px 3px 1px #C6828B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6828B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6828B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6828B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6828B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6828B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6828B;
-webkit-box-shadow: 1px 1px 3px 2px #C6828B;
box-shadow: 1px 1px 3px 2px #C6828B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6828B; -webkit-box-shadow: 1px 1px 3px 2px #C6828B; box-shadow:1px 1px 3px 2px #C6828B;">
Div content here
</div>
This text has color #C6828B on black background.
This text has color #C6828B on white background.
This text has black color on #C6828B background.
This text has white color on #C6828B background.
Complementary color for #hex is #397D74.