HEX: #C2A595
RGB: (194,165,149)
#C2A595 contains red, green and blue colors in about the same proportion. Web safe color of #C2A595 is #CC9999 (or #C99).
#C2A595 color RGB value is (194,165,149).
RGB: (194,165,149)
(76%, 65%, 58%)
R 194 of 255 = 76%
G 165 of 255 = 65%
B 149 of 255 = 58%
R + G + B ~ 66%. #C2A595 is quite light color.
R + G + B = 194 + 165 + 149 = 508 (100%)
R 194 of 508 ~ 38.19%
G 165 of 508 ~ 32.48%
B 149 of 508 ~ 29.33'%
#C2A595 color CMYK value is (0,15,23,24).
CMYK: (0,15,23,24)
C0M15Y23K24 (0%, 15%, 23%, 24%)
(0.00 / 0.15 / 0.23 / 0.24)
Color #C2A595 in popluar color models
C2 | A5 | 95 | |
---|---|---|---|
RGB | 194 | 165 | 149 |
HSL | 21° | 26.95% | 67.25% |
HSB/HSV | 21° | 23.20% | 76.08% |
CMYK | 0.00% | 14.95% | 23.20% |
23.92% |
Color #C2A595 in popluar number systems.
HEX | C2 | A5 | 95 |
Decimal | 194 | 165 | 149 |
Binary | 11000010 | 10100101 | 10010101 |
Octal | 302 | 245 | 225 |
Shades of #C2A595
Tints of #C2A595
Examples of css and html codes for elements with #C2A595 color. Also use rgb(194,165,149) instead hex code.
.myTextColor { color: #C2A595; }
<p style="color:#C2A595">This sample text font color is #C2A595.</p>
This text font color is #C2A595.
.myBgColor { background-color: #C2A595; }
<div style="background-color:#C2A595">Inner text</div>
This div background color is #C2A595.
.myBorderColor { border: 1px solid #C2A595; }
<div style="border:3px solid #C2A595">Div</div>
This div border color is #C2A595.
.myOpacity80 { color: #C2A595; opacity: 0.8; }
<p style="color:#C2A595;opacity:0.8;">80%</p>
Text with #C2A595 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2A595;}
<p style="text-shadow: 3px 3px 1px #C2A595">Text here.</p>
This text has shadow with #C2A595 color.
.textShadow {text-shadow: 3px 3px 1px #C2A595', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2A595, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2A595 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2A595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2A595, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2A595 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2A595;
-webkit-box-shadow: 1px 1px 3px 2px #C2A595;
box-shadow: 1px 1px 3px 2px #C2A595;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2A595; -webkit-box-shadow: 1px 1px 3px 2px #C2A595; box-shadow:1px 1px 3px 2px #C2A595;">
Div content here
</div>
This text has color #C2A595 on black background.
This text has color #C2A595 on white background.
This text has black color on #C2A595 background.
This text has white color on #C2A595 background.
Complementary color for #hex is #3D5A6A.