HEX: #C35988
RGB: (195,89,136)
#C35988 contains mainly red and blue colors. Web safe color of #C35988 is #CC6699 (or #C69).
#C35988 color RGB value is (195,89,136).
RGB: (195,89,136)
(76%, 35%, 53%)
R 195 of 255 = 76%
G 89 of 255 = 35%
B 136 of 255 = 53%
R + G + B ~ 55%. #C35988 is middle color (not dark and not light).
R + G + B = 195 + 89 + 136 = 420 (100%)
R 195 of 420 ~ 46.43%
G 89 of 420 ~ 21.19%
B 136 of 420 ~ 32.38'%
#C35988 color CMYK value is (0,54,30,24).
CMYK: (0,54,30,24)
C0M54Y30K24 (0%, 54%, 30%, 24%)
(0.00 / 0.54 / 0.30 / 0.24)
Color #C35988 in popluar color models
C3 | 59 | 88 | |
---|---|---|---|
RGB | 195 | 89 | 136 |
HSL | 333° | 46.90% | 55.69% |
HSB/HSV | 333° | 54.36% | 76.47% |
CMYK | 0.00% | 54.36% | 30.26% |
23.53% |
Color #C35988 in popluar number systems.
HEX | C3 | 59 | 88 |
Decimal | 195 | 89 | 136 |
Binary | 11000011 | 1011001 | 10001000 |
Octal | 303 | 131 | 210 |
Shades of #C35988
Tints of #C35988
Examples of css and html codes for elements with #C35988 color. Also use rgb(195,89,136) instead hex code.
.myTextColor { color: #C35988; }
<p style="color:#C35988">This sample text font color is #C35988.</p>
This text font color is #C35988.
.myBgColor { background-color: #C35988; }
<div style="background-color:#C35988">Inner text</div>
This div background color is #C35988.
.myBorderColor { border: 1px solid #C35988; }
<div style="border:3px solid #C35988">Div</div>
This div border color is #C35988.
.myOpacity80 { color: #C35988; opacity: 0.8; }
<p style="color:#C35988;opacity:0.8;">80%</p>
Text with #C35988 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C35988;}
<p style="text-shadow: 3px 3px 1px #C35988">Text here.</p>
This text has shadow with #C35988 color.
.textShadow {text-shadow: 3px 3px 1px #C35988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C35988, 5px 5px 20px red">Text here.</p>
This text has shadow with #C35988 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C35988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C35988, Direction=45, Strength=4)">Text</p>
This text has shadow with #C35988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C35988;
-webkit-box-shadow: 1px 1px 3px 2px #C35988;
box-shadow: 1px 1px 3px 2px #C35988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C35988; -webkit-box-shadow: 1px 1px 3px 2px #C35988; box-shadow:1px 1px 3px 2px #C35988;">
Div content here
</div>
This text has color #C35988 on black background.
This text has color #C35988 on white background.
This text has black color on #C35988 background.
This text has white color on #C35988 background.
Complementary color for #hex is #3CA677.