HEX: #C6346A
RGB: (198,52,106)
#C6346A contains mainly red color. Web safe color of #C6346A is #CC3366 (or #C36).
#C6346A color RGB value is (198,52,106).
RGB: (198,52,106)
(78%, 20%, 42%)
R 198 of 255 = 78%
G 52 of 255 = 20%
B 106 of 255 = 42%
R + G + B ~ 47%. #C6346A is middle color (not dark and not light).
R + G + B = 198 + 52 + 106 = 356 (100%)
R 198 of 356 ~ 55.62%
G 52 of 356 ~ 14.61%
B 106 of 356 ~ 29.78'%
#C6346A color CMYK value is (0,74,46,22).
CMYK: (0,74,46,22)
C0M74Y46K22 (0%, 74%, 46%, 22%)
(0.00 / 0.74 / 0.46 / 0.22)
Color #C6346A in popluar color models
C6 | 34 | 6A | |
---|---|---|---|
RGB | 198 | 52 | 106 |
HSL | 338° | 58.40% | 49.02% |
HSB/HSV | 338° | 73.74% | 77.65% |
CMYK | 0.00% | 73.74% | 46.46% |
22.35% |
Color #C6346A in popluar number systems.
HEX | C6 | 34 | 6A |
Decimal | 198 | 52 | 106 |
Binary | 11000110 | 110100 | 1101010 |
Octal | 306 | 64 | 152 |
Shades of #C6346A
Tints of #C6346A
Examples of css and html codes for elements with #C6346A color. Also use rgb(198,52,106) instead hex code.
.myTextColor { color: #C6346A; }
<p style="color:#C6346A">This sample text font color is #C6346A.</p>
This text font color is #C6346A.
.myBgColor { background-color: #C6346A; }
<div style="background-color:#C6346A">Inner text</div>
This div background color is #C6346A.
.myBorderColor { border: 1px solid #C6346A; }
<div style="border:3px solid #C6346A">Div</div>
This div border color is #C6346A.
.myOpacity80 { color: #C6346A; opacity: 0.8; }
<p style="color:#C6346A;opacity:0.8;">80%</p>
Text with #C6346A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6346A;}
<p style="text-shadow: 3px 3px 1px #C6346A">Text here.</p>
This text has shadow with #C6346A color.
.textShadow {text-shadow: 3px 3px 1px #C6346A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6346A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6346A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6346A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6346A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6346A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6346A;
-webkit-box-shadow: 1px 1px 3px 2px #C6346A;
box-shadow: 1px 1px 3px 2px #C6346A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6346A; -webkit-box-shadow: 1px 1px 3px 2px #C6346A; box-shadow:1px 1px 3px 2px #C6346A;">
Div content here
</div>
This text has color #C6346A on black background.
This text has color #C6346A on white background.
This text has black color on #C6346A background.
This text has white color on #C6346A background.
Complementary color for #hex is #39CB95.