HEX: #C96C9C
RGB: (201,108,156)
#C96C9C contains mainly red and blue colors. Web safe color of #C96C9C is #CC6699 (or #C69).
#C96C9C color RGB value is (201,108,156).
RGB: (201,108,156)
(79%, 42%, 61%)
R 201 of 255 = 79%
G 108 of 255 = 42%
B 156 of 255 = 61%
R + G + B ~ 61%. #C96C9C is quite light color.
R + G + B = 201 + 108 + 156 = 465 (100%)
R 201 of 465 ~ 43.23%
G 108 of 465 ~ 23.23%
B 156 of 465 ~ 33.55'%
#C96C9C color CMYK value is (0,46,22,21).
CMYK: (0,46,22,21)
C0M46Y22K21 (0%, 46%, 22%, 21%)
(0.00 / 0.46 / 0.22 / 0.21)
Color #C96C9C in popluar color models
C9 | 6C | 9C | |
---|---|---|---|
RGB | 201 | 108 | 156 |
HSL | 329° | 46.27% | 60.59% |
HSB/HSV | 329° | 46.27% | 78.82% |
CMYK | 0.00% | 46.27% | 22.39% |
21.18% |
Color #C96C9C in popluar number systems.
HEX | C9 | 6C | 9C |
Decimal | 201 | 108 | 156 |
Binary | 11001001 | 1101100 | 10011100 |
Octal | 311 | 154 | 234 |
Shades of #C96C9C
Tints of #C96C9C
Examples of css and html codes for elements with #C96C9C color. Also use rgb(201,108,156) instead hex code.
.myTextColor { color: #C96C9C; }
<p style="color:#C96C9C">This sample text font color is #C96C9C.</p>
This text font color is #C96C9C.
.myBgColor { background-color: #C96C9C; }
<div style="background-color:#C96C9C">Inner text</div>
This div background color is #C96C9C.
.myBorderColor { border: 1px solid #C96C9C; }
<div style="border:3px solid #C96C9C">Div</div>
This div border color is #C96C9C.
.myOpacity80 { color: #C96C9C; opacity: 0.8; }
<p style="color:#C96C9C;opacity:0.8;">80%</p>
Text with #C96C9C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C96C9C;}
<p style="text-shadow: 3px 3px 1px #C96C9C">Text here.</p>
This text has shadow with #C96C9C color.
.textShadow {text-shadow: 3px 3px 1px #C96C9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C96C9C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C96C9C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C96C9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C96C9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C96C9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C96C9C;
-webkit-box-shadow: 1px 1px 3px 2px #C96C9C;
box-shadow: 1px 1px 3px 2px #C96C9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C96C9C; -webkit-box-shadow: 1px 1px 3px 2px #C96C9C; box-shadow:1px 1px 3px 2px #C96C9C;">
Div content here
</div>
This text has color #C96C9C on black background.
This text has color #C96C9C on white background.
This text has black color on #C96C9C background.
This text has white color on #C96C9C background.
Complementary color for #hex is #369363.