HEX: #C493AD
RGB: (196,147,173)
#C493AD contains red, green and blue colors in about the same proportion. #C493AD ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.
#C493AD color RGB value is (196,147,173).
RGB: (196,147,173)
(77%, 58%, 68%)
R 196 of 255 = 77%
G 147 of 255 = 58%
B 173 of 255 = 68%
R + G + B ~ 68%. #C493AD is quite light color.
R + G + B = 196 + 147 + 173 = 516 (100%)
R 196 of 516 ~ 37.98%
G 147 of 516 ~ 28.49%
B 173 of 516 ~ 33.53'%
#C493AD rengi CMYK tonu (0,25,12,23).
CMYK: (0,25,12,23)
C0M25Y12K23 (0%, 25%, 12%, 23%)
(0.00 / 0.25 / 0.12 / 0.23)
Color #C493AD in popluar color models
C4 | 93 | AD | |
---|---|---|---|
RGB | 196 | 147 | 173 |
HSL | 328° | 29.34% | 67.25% |
HSB/HSV | 328° | 25.00% | 76.86% |
CMYK | 0.00% | 25.00% | 11.73% |
23.14% |
Color #C493AD in popluar number systems.
HEX | C4 | 93 | AD |
Decimal | 196 | 147 | 173 |
Binary | 11000100 | 10010011 | 10101101 |
Octal | 304 | 223 | 255 |
Shades of #C493AD
Tints of #C493AD
Examples of css and html codes for elements with #C493AD color. Also use rgb(196,147,173) instead hex code.
.myTextColor { color: #C493AD; }
<p style="color:#C493AD">This sample text font color is #C493AD.</p>
This text font color is #C493AD.
.myBgColor { background-color: #C493AD; }
<div style="background-color:#C493AD">Inner text</div>
This div background color is #C493AD.
.myBorderColor { border: 1px solid #C493AD; }
<div style="border:3px solid #C493AD">Div</div>
This div border color is #C493AD.
.myOpacity80 { color: #C493AD; opacity: 0.8; }
<p style="color:#C493AD;opacity:0.8;">80%</p>
Text with #C493AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C493AD;}
<p style="text-shadow: 3px 3px 1px #C493AD">Text here.</p>
This text has shadow with #C493AD color.
.textShadow {text-shadow: 3px 3px 1px #C493AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C493AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C493AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C493AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C493AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C493AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C493AD;
-webkit-box-shadow: 1px 1px 3px 2px #C493AD;
box-shadow: 1px 1px 3px 2px #C493AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C493AD; -webkit-box-shadow: 1px 1px 3px 2px #C493AD; box-shadow:1px 1px 3px 2px #C493AD;">
Div content here
</div>
This text has color #C493AD on black background.
This text has color #C493AD on white background.
This text has black color on #C493AD background.
This text has white color on #C493AD background.
Complementary color for #hex is #3B6C52.