HEX: #CC837C
RGB: (204,131,124)
#CC837C contains mainly red color. Web safe color of #CC837C is #CC9966 (or #C96).
#CC837C color RGB value is (204,131,124).
RGB: (204,131,124)
(80%, 51%, 49%)
R 204 of 255 = 80%
G 131 of 255 = 51%
B 124 of 255 = 49%
R + G + B ~ 60%. #CC837C is middle color (not dark and not light).
R + G + B = 204 + 131 + 124 = 459 (100%)
R 204 of 459 ~ 44.44%
G 131 of 459 ~ 28.54%
B 124 of 459 ~ 27.02'%
#CC837C color CMYK value is (0,36,39,20).
CMYK: (0,36,39,20)
C0M36Y39K20 (0%, 36%, 39%, 20%)
(0.00 / 0.36 / 0.39 / 0.20)
Color #CC837C in popluar color models
CC | 83 | 7C | |
---|---|---|---|
RGB | 204 | 131 | 124 |
HSL | 5° | 43.96% | 64.31% |
HSB/HSV | 5° | 39.22% | 80.00% |
CMYK | 0.00% | 35.78% | 39.22% |
20.00% |
Color #CC837C in popluar number systems.
HEX | CC | 83 | 7C |
Decimal | 204 | 131 | 124 |
Binary | 11001100 | 10000011 | 1111100 |
Octal | 314 | 203 | 174 |
Shades of #CC837C
Tints of #CC837C
Examples of css and html codes for elements with #CC837C color. Also use rgb(204,131,124) instead hex code.
.myTextColor { color: #CC837C; }
<p style="color:#CC837C">This sample text font color is #CC837C.</p>
This text font color is #CC837C.
.myBgColor { background-color: #CC837C; }
<div style="background-color:#CC837C">Inner text</div>
This div background color is #CC837C.
.myBorderColor { border: 1px solid #CC837C; }
<div style="border:3px solid #CC837C">Div</div>
This div border color is #CC837C.
.myOpacity80 { color: #CC837C; opacity: 0.8; }
<p style="color:#CC837C;opacity:0.8;">80%</p>
Text with #CC837C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC837C;}
<p style="text-shadow: 3px 3px 1px #CC837C">Text here.</p>
This text has shadow with #CC837C color.
.textShadow {text-shadow: 3px 3px 1px #CC837C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC837C, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC837C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC837C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC837C, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC837C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC837C;
-webkit-box-shadow: 1px 1px 3px 2px #CC837C;
box-shadow: 1px 1px 3px 2px #CC837C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC837C; -webkit-box-shadow: 1px 1px 3px 2px #CC837C; box-shadow:1px 1px 3px 2px #CC837C;">
Div content here
</div>
This text has color #CC837C on black background.
This text has color #CC837C on white background.
This text has black color on #CC837C background.
This text has white color on #CC837C background.
Complementary color for #hex is #337C83.