HEX: #CC9686
RGB: (204,150,134)
#CC9686 contains mainly red and green colors. Web safe color of #CC9686 is #CC9999 (or #C99).
#CC9686 color RGB value is (204,150,134).
RGB: (204,150,134)
(80%, 59%, 53%)
R 204 of 255 = 80%
G 150 of 255 = 59%
B 134 of 255 = 53%
R + G + B ~ 64%. #CC9686 is quite light color.
R + G + B = 204 + 150 + 134 = 488 (100%)
R 204 of 488 ~ 41.8%
G 150 of 488 ~ 30.74%
B 134 of 488 ~ 27.46'%
#CC9686 color CMYK value is (0,26,34,20).
CMYK: (0,26,34,20)
C0M26Y34K20 (0%, 26%, 34%, 20%)
(0.00 / 0.26 / 0.34 / 0.20)
Color #CC9686 in popluar color models
CC | 96 | 86 | |
---|---|---|---|
RGB | 204 | 150 | 134 |
HSL | 14° | 40.70% | 66.27% |
HSB/HSV | 14° | 34.31% | 80.00% |
CMYK | 0.00% | 26.47% | 34.31% |
20.00% |
Color #CC9686 in popluar number systems.
HEX | CC | 96 | 86 |
Decimal | 204 | 150 | 134 |
Binary | 11001100 | 10010110 | 10000110 |
Octal | 314 | 226 | 206 |
Shades of #CC9686
Tints of #CC9686
Examples of css and html codes for elements with #CC9686 color. Also use rgb(204,150,134) instead hex code.
.myTextColor { color: #CC9686; }
<p style="color:#CC9686">This sample text font color is #CC9686.</p>
This text font color is #CC9686.
.myBgColor { background-color: #CC9686; }
<div style="background-color:#CC9686">Inner text</div>
This div background color is #CC9686.
.myBorderColor { border: 1px solid #CC9686; }
<div style="border:3px solid #CC9686">Div</div>
This div border color is #CC9686.
.myOpacity80 { color: #CC9686; opacity: 0.8; }
<p style="color:#CC9686;opacity:0.8;">80%</p>
Text with #CC9686 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC9686;}
<p style="text-shadow: 3px 3px 1px #CC9686">Text here.</p>
This text has shadow with #CC9686 color.
.textShadow {text-shadow: 3px 3px 1px #CC9686', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC9686, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC9686 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC9686, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC9686, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC9686 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC9686;
-webkit-box-shadow: 1px 1px 3px 2px #CC9686;
box-shadow: 1px 1px 3px 2px #CC9686;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC9686; -webkit-box-shadow: 1px 1px 3px 2px #CC9686; box-shadow:1px 1px 3px 2px #CC9686;">
Div content here
</div>
This text has color #CC9686 on black background.
This text has color #CC9686 on white background.
This text has black color on #CC9686 background.
This text has white color on #CC9686 background.
Complementary color for #hex is #336979.