HEX: #C199BD
RGB: (193,153,189)
#C199BD contains red, green and blue colors in about the same proportion. Web safe color of #C199BD is #CC99CC (or #C9C).
#C199BD color RGB value is (193,153,189).
RGB: (193,153,189)
(76%, 60%, 74%)
R 193 of 255 = 76%
G 153 of 255 = 60%
B 189 of 255 = 74%
R + G + B ~ 70%. #C199BD is quite light color.
R + G + B = 193 + 153 + 189 = 535 (100%)
R 193 of 535 ~ 36.07%
G 153 of 535 ~ 28.6%
B 189 of 535 ~ 35.33'%
#C199BD color CMYK value is (0,21,2,24).
CMYK: (0,21,2,24) C0M21Y2K24 (0%,21%,2%,24%) (0.00/0.21/0.02/0.24)
Color #C199BD in popluar color models
C1 | 99 | BD | |
---|---|---|---|
RGB | 193 | 153 | 189 |
HSL | 306° | 24.39% | 67.84% |
HSB/HSV | 306° | 20.73% | 75.69% |
CMYK | 0.00% | 20.73% | 2.07% |
24.31% |
Color #C199BD in popluar number systems.
HEX | C1 | 99 | BD |
Decimal | 193 | 153 | 189 |
Binary | 11000001 | 10011001 | 10111101 |
Octal | 301 | 231 | 275 |
Shades of #C199BD
Tints of #C199BD
Examples of css and html codes for elements with #C199BD color. Also use rgb(193,153,189) instead hex code.
.myTextColor { color: #C199BD; }
<p style="color:#C199BD">This sample text font color is #C199BD.</p>
This text font color is #C199BD.
.myBgColor { background-color: #C199BD; }
<div style="background-color:#C199BD">Inner text</div>
This div background color is #C199BD.
.myBorderColor { border: 1px solid #C199BD; }
<div style="border:3px solid #C199BD">Div</div>
This div border color is #C199BD.
.myOpacity80 { color: #C199BD; opacity: 0.8; }
<p style="color:#C199BD;opacity:0.8;">80%</p>
Text with #C199BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C199BD;}
<p style="text-shadow: 3px 3px 1px #C199BD">Text here.</p>
This text has shadow with #C199BD color.
.textShadow {text-shadow: 3px 3px 1px #C199BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C199BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C199BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C199BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C199BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C199BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C199BD;
-webkit-box-shadow: 1px 1px 3px 2px #C199BD;
box-shadow: 1px 1px 3px 2px #C199BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C199BD; -webkit-box-shadow: 1px 1px 3px 2px #C199BD; box-shadow:1px 1px 3px 2px #C199BD;">
Div content here
</div>
This text has color #C199BD on black background.
This text has color #C199BD on white background.
This text has black color on #C199BD background.
This text has white color on #C199BD background.
Complementary color for #hex is #3E6642.