HEX: #C37E7A
RGB: (195,126,122)
#C37E7A contains mainly red color. Web safe color of #C37E7A is #CC6666 (or #C66).
#C37E7A color RGB value is (195,126,122).
RGB: (195,126,122)
(76%, 49%, 48%)
R 195 of 255 = 76%
G 126 of 255 = 49%
B 122 of 255 = 48%
R + G + B ~ 58%. #C37E7A is middle color (not dark and not light).
R + G + B = 195 + 126 + 122 = 443 (100%)
R 195 of 443 ~ 44.02%
G 126 of 443 ~ 28.44%
B 122 of 443 ~ 27.54'%
#C37E7A color CMYK value is (0,35,37,24).
CMYK: (0,35,37,24)
C0M35Y37K24 (0%, 35%, 37%, 24%)
(0.00 / 0.35 / 0.37 / 0.24)
Color #C37E7A in popluar color models
C3 | 7E | 7A | |
---|---|---|---|
RGB | 195 | 126 | 122 |
HSL | 3° | 37.82% | 62.16% |
HSB/HSV | 3° | 37.44% | 76.47% |
CMYK | 0.00% | 35.38% | 37.44% |
23.53% |
Color #C37E7A in popluar number systems.
HEX | C3 | 7E | 7A |
Decimal | 195 | 126 | 122 |
Binary | 11000011 | 1111110 | 1111010 |
Octal | 303 | 176 | 172 |
Shades of #C37E7A
Tints of #C37E7A
Examples of css and html codes for elements with #C37E7A color. Also use rgb(195,126,122) instead hex code.
.myTextColor { color: #C37E7A; }
<p style="color:#C37E7A">This sample text font color is #C37E7A.</p>
This text font color is #C37E7A.
.myBgColor { background-color: #C37E7A; }
<div style="background-color:#C37E7A">Inner text</div>
This div background color is #C37E7A.
.myBorderColor { border: 1px solid #C37E7A; }
<div style="border:3px solid #C37E7A">Div</div>
This div border color is #C37E7A.
.myOpacity80 { color: #C37E7A; opacity: 0.8; }
<p style="color:#C37E7A;opacity:0.8;">80%</p>
Text with #C37E7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37E7A;}
<p style="text-shadow: 3px 3px 1px #C37E7A">Text here.</p>
This text has shadow with #C37E7A color.
.textShadow {text-shadow: 3px 3px 1px #C37E7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37E7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C37E7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37E7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37E7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37E7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C37E7A;
-webkit-box-shadow: 1px 1px 3px 2px #C37E7A;
box-shadow: 1px 1px 3px 2px #C37E7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C37E7A; -webkit-box-shadow: 1px 1px 3px 2px #C37E7A; box-shadow:1px 1px 3px 2px #C37E7A;">
Div content here
</div>
This text has color #C37E7A on black background.
This text has color #C37E7A on white background.
This text has black color on #C37E7A background.
This text has white color on #C37E7A background.
Complementary color for #hex is #3C8185.