Shades of Charm #CA728B
Tints of Charm #CA728B
RGB
CMYK
RGB Variations
Color information
#CA728B (or 0xCA728B) is known color: Charm. HEX triplet: CA, 72 and 8B. RGB value is (202,114,139). Sum of RGB (Red+Green+Blue) = 202+114+139=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728B is #358D74. Grayscale: #8F8F8F. Windows color (decimal): -3509621 or 9138890. OLE color: 9138890.
HSL color Cylindrical-coordinate representation of color #CA728B: hue angle of 342.95º 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 #CA728B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 139 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.21 |
| HSL | 342.95º | 0.45% | 0.62% | - |
| HSV(B) | 342.95º | 0.44% | 0.79% | - |
| XYZ | 35.03 | 26.46 | 27.69 | - |
| YUV | 143.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 139 | 0 | 0.44 | 0.31 | 0.21 | 342.95 | 0.45 | 0.62 |
| Hex | CA | 72 | 8B | 0 | 2C | 1F | 15 | 157 | 2D | 3E |
| Octal | 312 | 162 | 213 | 0 | 54 | 37 | 25 | 527 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10001011 | 0 | 101100 | 11111 | 10101 | 101010111 | 101101 | 111110 |
Color Harmonies of #CA728B
Complementary color
Monochromatic Colors of #CA728B
Black with #CA728B
Text Example
Text Example
White with #CA728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA728B; }
p { color: rgb(202,114,139); }
H1.HeaderClassName
{
color: #CA728B;
}
.AnyTagClassName
{
color: #CA728B;
}
</style>
background-color css
<style>
a { background-color: #CA728B; }
a { background-color: rgb(202,114,139); }
div.DivClassName
{
background-color: #CA728B;
}
.BgClassName
{
background-color: #CA728B;
}
</style>
border-color css
<style>
span { border-color: #CA728B; }
span { border-color: rgb(202,114,139); }
td.TdClassName
{
border-color: #CA728B;
}
.TagClassName
{
border-color: #CA728B;
}
</style>