HEX: #CA727D
RGB: (202,114,125)
#CA727D contains mainly red color. Web safe color of #CA727D is #CC6666 (or #C66).
#CA727D color RGB value is (202,114,125).
RGB: (202,114,125)
(79%, 45%, 49%)
R 202 of 255 = 79%
G 114 of 255 = 45%
B 125 of 255 = 49%
R + G + B ~ 58%. #CA727D is middle color (not dark and not light).
R + G + B = 202 + 114 + 125 = 441 (100%)
R 202 of 441 ~ 45.8%
G 114 of 441 ~ 25.85%
B 125 of 441 ~ 28.34'%
#CA727D color CMYK value is (0,44,38,21).
CMYK: (0,44,38,21)
C0M44Y38K21 (0%, 44%, 38%, 21%)
(0.00 / 0.44 / 0.38 / 0.21)
Color #CA727D in popluar color models
CA | 72 | 7D | |
---|---|---|---|
RGB | 202 | 114 | 125 |
HSL | 353° | 45.36% | 61.96% |
HSB/HSV | 353° | 43.56% | 79.22% |
CMYK | 0.00% | 43.56% | 38.12% |
20.78% |
Color #CA727D in popluar number systems.
HEX | CA | 72 | 7D |
Decimal | 202 | 114 | 125 |
Binary | 11001010 | 1110010 | 1111101 |
Octal | 312 | 162 | 175 |
Shades of #CA727D
Tints of #CA727D
Examples of css and html codes for elements with #CA727D color. Also use rgb(202,114,125) instead hex code.
.myTextColor { color: #CA727D; }
<p style="color:#CA727D">This sample text font color is #CA727D.</p>
This text font color is #CA727D.
.myBgColor { background-color: #CA727D; }
<div style="background-color:#CA727D">Inner text</div>
This div background color is #CA727D.
.myBorderColor { border: 1px solid #CA727D; }
<div style="border:3px solid #CA727D">Div</div>
This div border color is #CA727D.
.myOpacity80 { color: #CA727D; opacity: 0.8; }
<p style="color:#CA727D;opacity:0.8;">80%</p>
Text with #CA727D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CA727D;}
<p style="text-shadow: 3px 3px 1px #CA727D">Text here.</p>
This text has shadow with #CA727D color.
.textShadow {text-shadow: 3px 3px 1px #CA727D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CA727D, 5px 5px 20px red">Text here.</p>
This text has shadow with #CA727D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CA727D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CA727D, Direction=45, Strength=4)">Text</p>
This text has shadow with #CA727D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CA727D;
-webkit-box-shadow: 1px 1px 3px 2px #CA727D;
box-shadow: 1px 1px 3px 2px #CA727D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CA727D; -webkit-box-shadow: 1px 1px 3px 2px #CA727D; box-shadow:1px 1px 3px 2px #CA727D;">
Div content here
</div>
This text has color #CA727D on black background.
This text has color #CA727D on white background.
This text has black color on #CA727D background.
This text has white color on #CA727D background.
Complementary color for #hex is #358D82.