Shades of Charm #CA727F
Tints of Charm #CA727F
RGB
CMYK
RGB Variations
Color information
#CA727F (or 0xCA727F) is known color: Charm. HEX triplet: CA, 72 and 7F. RGB value is (202,114,127). Sum of RGB (Red+Green+Blue) = 202+114+127=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727F is #358D80. Grayscale: #8D8D8D. Windows color (decimal): -3509633 or 8352458. OLE color: 8352458.
HSL color Cylindrical-coordinate representation of color #CA727F: hue angle of 351.14º 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 #CA727F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 127 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.21 |
| HSL | 351.14º | 0.45% | 0.62% | - |
| HSV(B) | 351.14º | 0.44% | 0.79% | - |
| XYZ | 34.21 | 26.12 | 23.32 | - |
| YUV | 141.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 127 | 0 | 0.44 | 0.37 | 0.21 | 351.14 | 0.45 | 0.62 |
| Hex | CA | 72 | 7F | 0 | 2C | 25 | 15 | 15F | 2D | 3E |
| Octal | 312 | 162 | 177 | 0 | 54 | 45 | 25 | 537 | 55 | 76 |
| Binary | 11001010 | 1110010 | 1111111 | 0 | 101100 | 100101 | 10101 | 101011111 | 101101 | 111110 |
Color Harmonies of #CA727F
Complementary color
Monochromatic Colors of #CA727F
Black with #CA727F
Text Example
Text Example
White with #CA727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA727F; }
p { color: rgb(202,114,127); }
H1.HeaderClassName
{
color: #CA727F;
}
.AnyTagClassName
{
color: #CA727F;
}
</style>
background-color css
<style>
a { background-color: #CA727F; }
a { background-color: rgb(202,114,127); }
div.DivClassName
{
background-color: #CA727F;
}
.BgClassName
{
background-color: #CA727F;
}
</style>
border-color css
<style>
span { border-color: #CA727F; }
span { border-color: rgb(202,114,127); }
td.TdClassName
{
border-color: #CA727F;
}
.TagClassName
{
border-color: #CA727F;
}
</style>