Shades of Charm #CA728E
Tints of Charm #CA728E
RGB
CMYK
RGB Variations
Color information
#CA728E (or 0xCA728E) is known color: Charm. HEX triplet: CA, 72 and 8E. RGB value is (202,114,142). Sum of RGB (Red+Green+Blue) = 202+114+142=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728E is #358D71. Grayscale: #8F8F8F. Windows color (decimal): -3509618 or 9335498. OLE color: 9335498.
HSL color Cylindrical-coordinate representation of color #CA728E: hue angle of 340.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA728E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 142 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.21 |
| HSL | 340.91º | 0.45% | 0.62% | - |
| HSV(B) | 340.91º | 0.44% | 0.79% | - |
| XYZ | 35.26 | 26.54 | 28.86 | - |
| YUV | 143.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 142 | 0 | 0.44 | 0.30 | 0.21 | 340.91 | 0.45 | 0.62 |
| Hex | CA | 72 | 8E | 0 | 2C | 1E | 15 | 155 | 2D | 3E |
| Octal | 312 | 162 | 216 | 0 | 54 | 36 | 25 | 525 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10001110 | 0 | 101100 | 11110 | 10101 | 101010101 | 101101 | 111110 |
Color Harmonies of #CA728E
Complementary color
Monochromatic Colors of #CA728E
Black with #CA728E
Text Example
Text Example
White with #CA728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA728E; }
p { color: rgb(202,114,142); }
H1.HeaderClassName
{
color: #CA728E;
}
.AnyTagClassName
{
color: #CA728E;
}
</style>
background-color css
<style>
a { background-color: #CA728E; }
a { background-color: rgb(202,114,142); }
div.DivClassName
{
background-color: #CA728E;
}
.BgClassName
{
background-color: #CA728E;
}
</style>
border-color css
<style>
span { border-color: #CA728E; }
span { border-color: rgb(202,114,142); }
td.TdClassName
{
border-color: #CA728E;
}
.TagClassName
{
border-color: #CA728E;
}
</style>