HEX: #C19FAE
RGB: (193,159,174)
#C19FAE contains red, green and blue colors in about the same proportion. Web safe color of #C19FAE is #CC9999 (or #C99).
#C19FAE color RGB value is (193,159,174).
RGB: (193,159,174)
(76%, 62%, 68%)
R 193 of 255 = 76%
G 159 of 255 = 62%
B 174 of 255 = 68%
R + G + B ~ 69%. #C19FAE is quite light color.
R + G + B = 193 + 159 + 174 = 526 (100%)
R 193 of 526 ~ 36.69%
G 159 of 526 ~ 30.23%
B 174 of 526 ~ 33.08'%
#C19FAE color CMYK value is (0,18,10,24).
CMYK: (0,18,10,24)
C0M18Y10K24 (0%, 18%, 10%, 24%)
(0.00 / 0.18 / 0.10 / 0.24)
Color #C19FAE in popluar color models
C1 | 9F | AE | |
---|---|---|---|
RGB | 193 | 159 | 174 |
HSL | 334° | 21.52% | 69.02% |
HSB/HSV | 334° | 17.62% | 75.69% |
CMYK | 0.00% | 17.62% | 9.84% |
24.31% |
Color #C19FAE in popluar number systems.
HEX | C1 | 9F | AE |
Decimal | 193 | 159 | 174 |
Binary | 11000001 | 10011111 | 10101110 |
Octal | 301 | 237 | 256 |
Shades of #C19FAE
Tints of #C19FAE
Examples of css and html codes for elements with #C19FAE color. Also use rgb(193,159,174) instead hex code.
.myTextColor { color: #C19FAE; }
<p style="color:#C19FAE">This sample text font color is #C19FAE.</p>
This text font color is #C19FAE.
.myBgColor { background-color: #C19FAE; }
<div style="background-color:#C19FAE">Inner text</div>
This div background color is #C19FAE.
.myBorderColor { border: 1px solid #C19FAE; }
<div style="border:3px solid #C19FAE">Div</div>
This div border color is #C19FAE.
.myOpacity80 { color: #C19FAE; opacity: 0.8; }
<p style="color:#C19FAE;opacity:0.8;">80%</p>
Text with #C19FAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C19FAE;}
<p style="text-shadow: 3px 3px 1px #C19FAE">Text here.</p>
This text has shadow with #C19FAE color.
.textShadow {text-shadow: 3px 3px 1px #C19FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C19FAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C19FAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C19FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C19FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C19FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C19FAE;
-webkit-box-shadow: 1px 1px 3px 2px #C19FAE;
box-shadow: 1px 1px 3px 2px #C19FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C19FAE; -webkit-box-shadow: 1px 1px 3px 2px #C19FAE; box-shadow:1px 1px 3px 2px #C19FAE;">
Div content here
</div>
This text has color #C19FAE on black background.
This text has color #C19FAE on white background.
This text has black color on #C19FAE background.
This text has white color on #C19FAE background.
Complementary color for #hex is #3E6051.