HEX: #CC767C
RGB: (204,118,124)
#CC767C contains mainly red color. Web safe color of #CC767C is #CC6666 (or #C66).
#CC767C color RGB value is (204,118,124).
RGB: (204,118,124)
(80%, 46%, 49%)
R 204 of 255 = 80%
G 118 of 255 = 46%
B 124 of 255 = 49%
R + G + B ~ 58%. #CC767C is middle color (not dark and not light).
R + G + B = 204 + 118 + 124 = 446 (100%)
R 204 of 446 ~ 45.74%
G 118 of 446 ~ 26.46%
B 124 of 446 ~ 27.8'%
#CC767C color CMYK value is (0,42,39,20).
CMYK: (0,42,39,20)
C0M42Y39K20 (0%, 42%, 39%, 20%)
(0.00 / 0.42 / 0.39 / 0.20)
Color #CC767C in popluar color models
CC | 76 | 7C | |
---|---|---|---|
RGB | 204 | 118 | 124 |
HSL | 356° | 45.74% | 63.14% |
HSB/HSV | 356° | 42.16% | 80.00% |
CMYK | 0.00% | 42.16% | 39.22% |
20.00% |
Color #CC767C in popluar number systems.
HEX | CC | 76 | 7C |
Decimal | 204 | 118 | 124 |
Binary | 11001100 | 1110110 | 1111100 |
Octal | 314 | 166 | 174 |
Shades of #CC767C
Tints of #CC767C
Examples of css and html codes for elements with #CC767C color. Also use rgb(204,118,124) instead hex code.
.myTextColor { color: #CC767C; }
<p style="color:#CC767C">This sample text font color is #CC767C.</p>
This text font color is #CC767C.
.myBgColor { background-color: #CC767C; }
<div style="background-color:#CC767C">Inner text</div>
This div background color is #CC767C.
.myBorderColor { border: 1px solid #CC767C; }
<div style="border:3px solid #CC767C">Div</div>
This div border color is #CC767C.
.myOpacity80 { color: #CC767C; opacity: 0.8; }
<p style="color:#CC767C;opacity:0.8;">80%</p>
Text with #CC767C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC767C;}
<p style="text-shadow: 3px 3px 1px #CC767C">Text here.</p>
This text has shadow with #CC767C color.
.textShadow {text-shadow: 3px 3px 1px #CC767C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC767C, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC767C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC767C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC767C, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC767C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC767C;
-webkit-box-shadow: 1px 1px 3px 2px #CC767C;
box-shadow: 1px 1px 3px 2px #CC767C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC767C; -webkit-box-shadow: 1px 1px 3px 2px #CC767C; box-shadow:1px 1px 3px 2px #CC767C;">
Div content here
</div>
This text has color #CC767C on black background.
This text has color #CC767C on white background.
This text has black color on #CC767C background.
This text has white color on #CC767C background.
Complementary color for #hex is #338983.