HEX: #CC496C
RGB: (204,73,108)
#CC496C contains mainly red color. Web safe color of #CC496C is #CC3366 (or #C36).
#CC496C color RGB value is (204,73,108).
RGB: (204,73,108)
(80%, 29%, 42%)
R 204 of 255 = 80%
G 73 of 255 = 29%
B 108 of 255 = 42%
R + G + B ~ 50%. #CC496C is middle color (not dark and not light).
R + G + B = 204 + 73 + 108 = 385 (100%)
R 204 of 385 ~ 52.99%
G 73 of 385 ~ 18.96%
B 108 of 385 ~ 28.05'%
#CC496C color CMYK value is (0,64,47,20).
CMYK: (0,64,47,20)
C0M64Y47K20 (0%, 64%, 47%, 20%)
(0.00 / 0.64 / 0.47 / 0.20)
Color #CC496C in popluar color models
CC | 49 | 6C | |
---|---|---|---|
RGB | 204 | 73 | 108 |
HSL | 344° | 56.22% | 54.31% |
HSB/HSV | 344° | 64.22% | 80.00% |
CMYK | 0.00% | 64.22% | 47.06% |
20.00% |
Color #CC496C in popluar number systems.
HEX | CC | 49 | 6C |
Decimal | 204 | 73 | 108 |
Binary | 11001100 | 1001001 | 1101100 |
Octal | 314 | 111 | 154 |
Shades of #CC496C
Tints of #CC496C
Examples of css and html codes for elements with #CC496C color. Also use rgb(204,73,108) instead hex code.
.myTextColor { color: #CC496C; }
<p style="color:#CC496C">This sample text font color is #CC496C.</p>
This text font color is #CC496C.
.myBgColor { background-color: #CC496C; }
<div style="background-color:#CC496C">Inner text</div>
This div background color is #CC496C.
.myBorderColor { border: 1px solid #CC496C; }
<div style="border:3px solid #CC496C">Div</div>
This div border color is #CC496C.
.myOpacity80 { color: #CC496C; opacity: 0.8; }
<p style="color:#CC496C;opacity:0.8;">80%</p>
Text with #CC496C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC496C;}
<p style="text-shadow: 3px 3px 1px #CC496C">Text here.</p>
This text has shadow with #CC496C color.
.textShadow {text-shadow: 3px 3px 1px #CC496C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC496C, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC496C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC496C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC496C, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC496C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC496C;
-webkit-box-shadow: 1px 1px 3px 2px #CC496C;
box-shadow: 1px 1px 3px 2px #CC496C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC496C; -webkit-box-shadow: 1px 1px 3px 2px #CC496C; box-shadow:1px 1px 3px 2px #CC496C;">
Div content here
</div>
This text has color #CC496C on black background.
This text has color #CC496C on white background.
This text has black color on #CC496C background.
This text has white color on #CC496C background.
Complementary color for #hex is #33B693.