HEX: #C78582
RGB: (199,133,130)
#C78582 contains mainly red color. Web safe color of #C78582 is #CC9999 (or #C99).
#C78582 color RGB value is (199,133,130).
RGB: (199,133,130)
(78%, 52%, 51%)
R 199 of 255 = 78%
G 133 of 255 = 52%
B 130 of 255 = 51%
R + G + B ~ 60%. #C78582 is middle color (not dark and not light).
R + G + B = 199 + 133 + 130 = 462 (100%)
R 199 of 462 ~ 43.07%
G 133 of 462 ~ 28.79%
B 130 of 462 ~ 28.14'%
#C78582 color CMYK value is (0,33,35,22).
CMYK: (0,33,35,22)
C0M33Y35K22 (0%, 33%, 35%, 22%)
(0.00 / 0.33 / 0.35 / 0.22)
Color #C78582 in popluar color models
C7 | 85 | 82 | |
---|---|---|---|
RGB | 199 | 133 | 130 |
HSL | 3° | 38.12% | 64.51% |
HSB/HSV | 3° | 34.67% | 78.04% |
CMYK | 0.00% | 33.17% | 34.67% |
21.96% |
Color #C78582 in popluar number systems.
HEX | C7 | 85 | 82 |
Decimal | 199 | 133 | 130 |
Binary | 11000111 | 10000101 | 10000010 |
Octal | 307 | 205 | 202 |
Shades of #C78582
Tints of #C78582
Examples of css and html codes for elements with #C78582 color. Also use rgb(199,133,130) instead hex code.
.myTextColor { color: #C78582; }
<p style="color:#C78582">This sample text font color is #C78582.</p>
This text font color is #C78582.
.myBgColor { background-color: #C78582; }
<div style="background-color:#C78582">Inner text</div>
This div background color is #C78582.
.myBorderColor { border: 1px solid #C78582; }
<div style="border:3px solid #C78582">Div</div>
This div border color is #C78582.
.myOpacity80 { color: #C78582; opacity: 0.8; }
<p style="color:#C78582;opacity:0.8;">80%</p>
Text with #C78582 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C78582;}
<p style="text-shadow: 3px 3px 1px #C78582">Text here.</p>
This text has shadow with #C78582 color.
.textShadow {text-shadow: 3px 3px 1px #C78582', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C78582, 5px 5px 20px red">Text here.</p>
This text has shadow with #C78582 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C78582, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C78582, Direction=45, Strength=4)">Text</p>
This text has shadow with #C78582 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C78582;
-webkit-box-shadow: 1px 1px 3px 2px #C78582;
box-shadow: 1px 1px 3px 2px #C78582;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C78582; -webkit-box-shadow: 1px 1px 3px 2px #C78582; box-shadow:1px 1px 3px 2px #C78582;">
Div content here
</div>
This text has color #C78582 on black background.
This text has color #C78582 on white background.
This text has black color on #C78582 background.
This text has white color on #C78582 background.
Complementary color for #hex is #387A7D.