HEX: #C2A55F
RGB: (194,165,95)
#C2A55F contains mainly red and green colors. Web safe color of #C2A55F is #CC9966 (or #C96).
#C2A55F color RGB value is (194,165,95).
RGB: (194,165,95)
(76%, 65%, 37%)
R 194 of 255 = 76%
G 165 of 255 = 65%
B 95 of 255 = 37%
R + G + B ~ 59%. #C2A55F is middle color (not dark and not light).
R + G + B = 194 + 165 + 95 = 454 (100%)
R 194 of 454 ~ 42.73%
G 165 of 454 ~ 36.34%
B 95 of 454 ~ 20.93'%
#C2A55F color CMYK value is (0,15,51,24).
CMYK: (0,15,51,24) C0M15Y51K24 (0%,15%,51%,24%) (0.00/0.15/0.51/0.24)
Color #C2A55F in popluar color models
C2 | A5 | 5F | |
---|---|---|---|
RGB | 194 | 165 | 95 |
HSL | 42° | 44.80% | 56.67% |
HSB/HSV | 42° | 51.03% | 76.08% |
CMYK | 0.00% | 14.95% | 51.03% |
23.92% |
Color #C2A55F in popluar number systems.
HEX | C2 | A5 | 5F |
Decimal | 194 | 165 | 95 |
Binary | 11000010 | 10100101 | 1011111 |
Octal | 302 | 245 | 137 |
Shades of #C2A55F
Tints of #C2A55F
Examples of css and html codes for elements with #C2A55F color. Also use rgb(194,165,95) instead hex code.
.myTextColor { color: #C2A55F; }
<p style="color:#C2A55F">This sample text font color is #C2A55F.</p>
This text font color is #C2A55F.
.myBgColor { background-color: #C2A55F; }
<div style="background-color:#C2A55F">Inner text</div>
This div background color is #C2A55F.
.myBorderColor { border: 1px solid #C2A55F; }
<div style="border:3px solid #C2A55F">Div</div>
This div border color is #C2A55F.
.myOpacity80 { color: #C2A55F; opacity: 0.8; }
<p style="color:#C2A55F;opacity:0.8;">80%</p>
Text with #C2A55F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2A55F;}
<p style="text-shadow: 3px 3px 1px #C2A55F">Text here.</p>
This text has shadow with #C2A55F color.
.textShadow {text-shadow: 3px 3px 1px #C2A55F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2A55F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2A55F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2A55F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2A55F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2A55F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2A55F;
-webkit-box-shadow: 1px 1px 3px 2px #C2A55F;
box-shadow: 1px 1px 3px 2px #C2A55F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2A55F; -webkit-box-shadow: 1px 1px 3px 2px #C2A55F; box-shadow:1px 1px 3px 2px #C2A55F;">
Div content here
</div>
This text has color #C2A55F on black background.
This text has color #C2A55F on white background.
This text has black color on #C2A55F background.
This text has white color on #C2A55F background.
Complementary color for #hex is #3D5AA0.