HEX: #C35480
RGB: (195,84,128)
#C35480 contains mainly red color. Web safe color of #C35480 is #CC6666 (or #C66).
#C35480 color RGB value is (195,84,128).
RGB: (195,84,128)
(76%, 33%, 50%)
R 195 of 255 = 76%
G 84 of 255 = 33%
B 128 of 255 = 50%
R + G + B ~ 53%. #C35480 is middle color (not dark and not light).
R + G + B = 195 + 84 + 128 = 407 (100%)
R 195 of 407 ~ 47.91%
G 84 of 407 ~ 20.64%
B 128 of 407 ~ 31.45'%
#C35480 color CMYK value is (0,57,34,24).
CMYK: (0,57,34,24)
C0M57Y34K24 (0%, 57%, 34%, 24%)
(0.00 / 0.57 / 0.34 / 0.24)
Color #C35480 in popluar color models
C3 | 54 | 80 | |
---|---|---|---|
RGB | 195 | 84 | 128 |
HSL | 336° | 48.05% | 54.71% |
HSB/HSV | 336° | 56.92% | 76.47% |
CMYK | 0.00% | 56.92% | 34.36% |
23.53% |
Color #C35480 in popluar number systems.
HEX | C3 | 54 | 80 |
Decimal | 195 | 84 | 128 |
Binary | 11000011 | 1010100 | 10000000 |
Octal | 303 | 124 | 200 |
Shades of #C35480
Tints of #C35480
Examples of css and html codes for elements with #C35480 color. Also use rgb(195,84,128) instead hex code.
.myTextColor { color: #C35480; }
<p style="color:#C35480">This sample text font color is #C35480.</p>
This text font color is #C35480.
.myBgColor { background-color: #C35480; }
<div style="background-color:#C35480">Inner text</div>
This div background color is #C35480.
.myBorderColor { border: 1px solid #C35480; }
<div style="border:3px solid #C35480">Div</div>
This div border color is #C35480.
.myOpacity80 { color: #C35480; opacity: 0.8; }
<p style="color:#C35480;opacity:0.8;">80%</p>
Text with #C35480 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C35480;}
<p style="text-shadow: 3px 3px 1px #C35480">Text here.</p>
This text has shadow with #C35480 color.
.textShadow {text-shadow: 3px 3px 1px #C35480', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C35480, 5px 5px 20px red">Text here.</p>
This text has shadow with #C35480 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C35480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C35480, Direction=45, Strength=4)">Text</p>
This text has shadow with #C35480 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C35480;
-webkit-box-shadow: 1px 1px 3px 2px #C35480;
box-shadow: 1px 1px 3px 2px #C35480;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C35480; -webkit-box-shadow: 1px 1px 3px 2px #C35480; box-shadow:1px 1px 3px 2px #C35480;">
Div content here
</div>
This text has color #C35480 on black background.
This text has color #C35480 on white background.
This text has black color on #C35480 background.
This text has white color on #C35480 background.
Complementary color for #hex is #3CAB7F.