Shades of Charm #CA737F
Tints of Charm #CA737F
RGB
CMYK
RGB Variations
Color information
#CA737F (or 0xCA737F) is known color: Charm. HEX triplet: CA, 73 and 7F. RGB value is (202,115,127). Sum of RGB (Red+Green+Blue) = 202+115+127=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737F is #358C80. Grayscale: #8E8E8E. Windows color (decimal): -3509377 or 8352714. OLE color: 8352714.
HSL color Cylindrical-coordinate representation of color #CA737F: hue angle of 351.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA737F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 127 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.21 |
| HSL | 351.72º | 0.45% | 0.62% | - |
| HSV(B) | 351.72º | 0.43% | 0.79% | - |
| XYZ | 34.32 | 26.35 | 23.36 | - |
| YUV | 142.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 127 | 0 | 0.43 | 0.37 | 0.21 | 351.72 | 0.45 | 0.62 |
| Hex | CA | 73 | 7F | 0 | 2B | 25 | 15 | 160 | 2D | 3E |
| Octal | 312 | 163 | 177 | 0 | 53 | 45 | 25 | 540 | 55 | 76 |
| Binary | 11001010 | 1110011 | 1111111 | 0 | 101011 | 100101 | 10101 | 101100000 | 101101 | 111110 |
Color Harmonies of #CA737F
Complementary color
Monochromatic Colors of #CA737F
Black with #CA737F
Text Example
Text Example
White with #CA737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA737F; }
p { color: rgb(202,115,127); }
H1.HeaderClassName
{
color: #CA737F;
}
.AnyTagClassName
{
color: #CA737F;
}
</style>
background-color css
<style>
a { background-color: #CA737F; }
a { background-color: rgb(202,115,127); }
div.DivClassName
{
background-color: #CA737F;
}
.BgClassName
{
background-color: #CA737F;
}
</style>
border-color css
<style>
span { border-color: #CA737F; }
span { border-color: rgb(202,115,127); }
td.TdClassName
{
border-color: #CA737F;
}
.TagClassName
{
border-color: #CA737F;
}
</style>