HEX: #C699CC
RGB: (198,153,204)
#C699CC contains red, green and blue colors in about the same proportion. Web safe color of #C699CC is #CC99CC (or #C9C).
#C699CC color RGB value is (198,153,204).
RGB: (198,153,204)
(78%, 60%, 80%)
R 198 of 255 = 78%
G 153 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 73%. #C699CC is quite light color.
R + G + B = 198 + 153 + 204 = 555 (100%)
R 198 of 555 ~ 35.68%
G 153 of 555 ~ 27.57%
B 204 of 555 ~ 36.76'%
#C699CC color CMYK value is (3,25,0,20).
CMYK: (3,25,0,20) C3M25Y0K20 (3%,25%,0%,20%) (0.03/0.25/0.00/0.20)
Color #C699CC in popluar color models
C6 | 99 | CC | |
---|---|---|---|
RGB | 198 | 153 | 204 |
HSL | 293° | 33.33% | 70.00% |
HSB/HSV | 293° | 25.00% | 80.00% |
CMYK | 2.94% | 25.00% | 0.00% |
20.00% |
Color #C699CC in popluar number systems.
HEX | C6 | 99 | CC |
Decimal | 198 | 153 | 204 |
Binary | 11000110 | 10011001 | 11001100 |
Octal | 306 | 231 | 314 |
Shades of #C699CC
Tints of #C699CC
Examples of css and html codes for elements with #C699CC color. Also use rgb(198,153,204) instead hex code.
.myTextColor { color: #C699CC; }
<p style="color:#C699CC">This sample text font color is #C699CC.</p>
This text font color is #C699CC.
.myBgColor { background-color: #C699CC; }
<div style="background-color:#C699CC">Inner text</div>
This div background color is #C699CC.
.myBorderColor { border: 1px solid #C699CC; }
<div style="border:3px solid #C699CC">Div</div>
This div border color is #C699CC.
.myOpacity80 { color: #C699CC; opacity: 0.8; }
<p style="color:#C699CC;opacity:0.8;">80%</p>
Text with #C699CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C699CC;}
<p style="text-shadow: 3px 3px 1px #C699CC">Text here.</p>
This text has shadow with #C699CC color.
.textShadow {text-shadow: 3px 3px 1px #C699CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C699CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C699CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C699CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C699CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C699CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C699CC;
-webkit-box-shadow: 1px 1px 3px 2px #C699CC;
box-shadow: 1px 1px 3px 2px #C699CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C699CC; -webkit-box-shadow: 1px 1px 3px 2px #C699CC; box-shadow:1px 1px 3px 2px #C699CC;">
Div content here
</div>
This text has color #C699CC on black background.
This text has color #C699CC on white background.
This text has black color on #C699CC background.
This text has white color on #C699CC background.
Complementary color for #hex is #396633.