HEX: #CC6088
RGB: (204,96,136)
#CC6088 contains mainly red color. Web safe color of #CC6088 is #CC6699 (or #C69).
#CC6088 color RGB value is (204,96,136).
RGB: (204,96,136)
(80%, 38%, 53%)
R 204 of 255 = 80%
G 96 of 255 = 38%
B 136 of 255 = 53%
R + G + B ~ 57%. #CC6088 is middle color (not dark and not light).
R + G + B = 204 + 96 + 136 = 436 (100%)
R 204 of 436 ~ 46.79%
G 96 of 436 ~ 22.02%
B 136 of 436 ~ 31.19'%
#CC6088 color CMYK value is (0,53,33,20).
CMYK: (0,53,33,20) C0M53Y33K20 (0%,53%,33%,20%) (0.00/0.53/0.33/0.20)
Color #CC6088 in popluar color models
CC | 60 | 88 | |
---|---|---|---|
RGB | 204 | 96 | 136 |
HSL | 338° | 51.43% | 58.82% |
HSB/HSV | 338° | 52.94% | 80.00% |
CMYK | 0.00% | 52.94% | 33.33% |
20.00% |
Color #CC6088 in popluar number systems.
HEX | CC | 60 | 88 |
Decimal | 204 | 96 | 136 |
Binary | 11001100 | 1100000 | 10001000 |
Octal | 314 | 140 | 210 |
Shades of #CC6088
Tints of #CC6088
Examples of css and html codes for elements with #CC6088 color. Also use rgb(204,96,136) instead hex code.
.myTextColor { color: #CC6088; }
<p style="color:#CC6088">This sample text font color is #CC6088.</p>
This text font color is #CC6088.
.myBgColor { background-color: #CC6088; }
<div style="background-color:#CC6088">Inner text</div>
This div background color is #CC6088.
.myBorderColor { border: 1px solid #CC6088; }
<div style="border:3px solid #CC6088">Div</div>
This div border color is #CC6088.
.myOpacity80 { color: #CC6088; opacity: 0.8; }
<p style="color:#CC6088;opacity:0.8;">80%</p>
Text with #CC6088 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC6088;}
<p style="text-shadow: 3px 3px 1px #CC6088">Text here.</p>
This text has shadow with #CC6088 color.
.textShadow {text-shadow: 3px 3px 1px #CC6088', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC6088, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC6088 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6088, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC6088, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC6088 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC6088;
-webkit-box-shadow: 1px 1px 3px 2px #CC6088;
box-shadow: 1px 1px 3px 2px #CC6088;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC6088; -webkit-box-shadow: 1px 1px 3px 2px #CC6088; box-shadow:1px 1px 3px 2px #CC6088;">
Div content here
</div>
This text has color #CC6088 on black background.
This text has color #CC6088 on white background.
This text has black color on #CC6088 background.
This text has white color on #CC6088 background.
Complementary color for #hex is #339F77.