HEX: #C393CB
RGB: (195,147,203)
#C393CB contains red, green and blue colors in about the same proportion. Web safe color of #C393CB is #CC99CC (or #C9C).
#C393CB color RGB value is (195,147,203).
RGB: (195,147,203)
(76%, 58%, 80%)
R 195 of 255 = 76%
G 147 of 255 = 58%
B 203 of 255 = 80%
R + G + B ~ 71%. #C393CB is quite light color.
R + G + B = 195 + 147 + 203 = 545 (100%)
R 195 of 545 ~ 35.78%
G 147 of 545 ~ 26.97%
B 203 of 545 ~ 37.25'%
#C393CB color CMYK value is (4,28,0,20).
CMYK: (4,28,0,20)
C4M28Y0K20 (4%, 28%, 0%, 20%)
(0.04 / 0.28 / 0.00 / 0.20)
Color #C393CB in popluar color models
C3 | 93 | CB | |
---|---|---|---|
RGB | 195 | 147 | 203 |
HSL | 291° | 35.00% | 68.63% |
HSB/HSV | 291° | 27.59% | 79.61% |
CMYK | 3.94% | 27.59% | 0.00% |
20.39% |
Color #C393CB in popluar number systems.
HEX | C3 | 93 | CB |
Decimal | 195 | 147 | 203 |
Binary | 11000011 | 10010011 | 11001011 |
Octal | 303 | 223 | 313 |
Shades of #C393CB
Tints of #C393CB
Examples of css and html codes for elements with #C393CB color. Also use rgb(195,147,203) instead hex code.
.myTextColor { color: #C393CB; }
<p style="color:#C393CB">This sample text font color is #C393CB.</p>
This text font color is #C393CB.
.myBgColor { background-color: #C393CB; }
<div style="background-color:#C393CB">Inner text</div>
This div background color is #C393CB.
.myBorderColor { border: 1px solid #C393CB; }
<div style="border:3px solid #C393CB">Div</div>
This div border color is #C393CB.
.myOpacity80 { color: #C393CB; opacity: 0.8; }
<p style="color:#C393CB;opacity:0.8;">80%</p>
Text with #C393CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C393CB;}
<p style="text-shadow: 3px 3px 1px #C393CB">Text here.</p>
This text has shadow with #C393CB color.
.textShadow {text-shadow: 3px 3px 1px #C393CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C393CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C393CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C393CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C393CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C393CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C393CB;
-webkit-box-shadow: 1px 1px 3px 2px #C393CB;
box-shadow: 1px 1px 3px 2px #C393CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C393CB; -webkit-box-shadow: 1px 1px 3px 2px #C393CB; box-shadow:1px 1px 3px 2px #C393CB;">
Div content here
</div>
This text has color #C393CB on black background.
This text has color #C393CB on white background.
This text has black color on #C393CB background.
This text has white color on #C393CB background.
Complementary color for #hex is #3C6C34.