HEX: #C7625A
RGB: (199,98,90)
#C7625A contains mainly red color. Web safe color of #C7625A is #CC6666 (or #C66).
#C7625A color RGB value is (199,98,90).
RGB: (199,98,90)
(78%, 38%, 35%)
R 199 of 255 = 78%
G 98 of 255 = 38%
B 90 of 255 = 35%
R + G + B ~ 50%. #C7625A is middle color (not dark and not light).
R + G + B = 199 + 98 + 90 = 387 (100%)
R 199 of 387 ~ 51.42%
G 98 of 387 ~ 25.32%
B 90 of 387 ~ 23.26'%
#C7625A color CMYK value is (0,51,55,22).
CMYK: (0,51,55,22) C0M51Y55K22 (0%,51%,55%,22%) (0.00/0.51/0.55/0.22)
Color #C7625A in popluar color models
C7 | 62 | 5A | |
---|---|---|---|
RGB | 199 | 98 | 90 |
HSL | 4° | 49.32% | 56.67% |
HSB/HSV | 4° | 54.77% | 78.04% |
CMYK | 0.00% | 50.75% | 54.77% |
21.96% |
Color #C7625A in popluar number systems.
HEX | C7 | 62 | 5A |
Decimal | 199 | 98 | 90 |
Binary | 11000111 | 1100010 | 1011010 |
Octal | 307 | 142 | 132 |
Shades of #C7625A
Tints of #C7625A
Examples of css and html codes for elements with #C7625A color. Also use rgb(199,98,90) instead hex code.
.myTextColor { color: #C7625A; }
<p style="color:#C7625A">This sample text font color is #C7625A.</p>
This text font color is #C7625A.
.myBgColor { background-color: #C7625A; }
<div style="background-color:#C7625A">Inner text</div>
This div background color is #C7625A.
.myBorderColor { border: 1px solid #C7625A; }
<div style="border:3px solid #C7625A">Div</div>
This div border color is #C7625A.
.myOpacity80 { color: #C7625A; opacity: 0.8; }
<p style="color:#C7625A;opacity:0.8;">80%</p>
Text with #C7625A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7625A;}
<p style="text-shadow: 3px 3px 1px #C7625A">Text here.</p>
This text has shadow with #C7625A color.
.textShadow {text-shadow: 3px 3px 1px #C7625A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7625A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7625A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7625A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7625A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7625A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7625A;
-webkit-box-shadow: 1px 1px 3px 2px #C7625A;
box-shadow: 1px 1px 3px 2px #C7625A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7625A; -webkit-box-shadow: 1px 1px 3px 2px #C7625A; box-shadow:1px 1px 3px 2px #C7625A;">
Div content here
</div>
This text has color #C7625A on black background.
This text has color #C7625A on white background.
This text has black color on #C7625A background.
This text has white color on #C7625A background.
Complementary color for #hex is #389DA5.