Shades of Charm #CA727B
Tints of Charm #CA727B
RGB
CMYK
RGB Variations
Color information
#CA727B (or 0xCA727B) is known color: Charm. HEX triplet: CA, 72 and 7B. RGB value is (202,114,123). Sum of RGB (Red+Green+Blue) = 202+114+123=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727B is #358D84. Grayscale: #8D8D8D. Windows color (decimal): -3509637 or 8090314. OLE color: 8090314.
HSL color Cylindrical-coordinate representation of color #CA727B: hue angle of 353.86º 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 #CA727B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 123 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.21 |
| HSL | 353.86º | 0.45% | 0.62% | - |
| HSV(B) | 353.86º | 0.44% | 0.79% | - |
| XYZ | 33.95 | 26.02 | 21.97 | - |
| YUV | 141.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 123 | 0 | 0.44 | 0.39 | 0.21 | 353.86 | 0.45 | 0.62 |
| Hex | CA | 72 | 7B | 0 | 2C | 27 | 15 | 162 | 2D | 3E |
| Octal | 312 | 162 | 173 | 0 | 54 | 47 | 25 | 542 | 55 | 76 |
| Binary | 11001010 | 1110010 | 1111011 | 0 | 101100 | 100111 | 10101 | 101100010 | 101101 | 111110 |
Color Harmonies of #CA727B
Complementary color
Monochromatic Colors of #CA727B
Black with #CA727B
Text Example
Text Example
White with #CA727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA727B; }
p { color: rgb(202,114,123); }
H1.HeaderClassName
{
color: #CA727B;
}
.AnyTagClassName
{
color: #CA727B;
}
</style>
background-color css
<style>
a { background-color: #CA727B; }
a { background-color: rgb(202,114,123); }
div.DivClassName
{
background-color: #CA727B;
}
.BgClassName
{
background-color: #CA727B;
}
</style>
border-color css
<style>
span { border-color: #CA727B; }
span { border-color: rgb(202,114,123); }
td.TdClassName
{
border-color: #CA727B;
}
.TagClassName
{
border-color: #CA727B;
}
</style>