Shades of Charm #CA757C
Tints of Charm #CA757C
RGB
CMYK
RGB Variations
Color information
#CA757C (or 0xCA757C) is known color: Charm. HEX triplet: CA, 75 and 7C. RGB value is (202,117,124). Sum of RGB (Red+Green+Blue) = 202+117+124=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA757C is #358A83. Grayscale: #8F8F8F. Windows color (decimal): -3508868 or 8156618. OLE color: 8156618.
HSL color Cylindrical-coordinate representation of color #CA757C: hue angle of 355.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA757C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 124 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.21 |
| HSL | 355.06º | 0.45% | 0.63% | - |
| HSV(B) | 355.06º | 0.42% | 0.79% | - |
| XYZ | 34.36 | 26.73 | 22.42 | - |
| YUV | 143.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 124 | 0 | 0.42 | 0.39 | 0.21 | 355.06 | 0.45 | 0.63 |
| Hex | CA | 75 | 7C | 0 | 2A | 27 | 15 | 163 | 2D | 3F |
| Octal | 312 | 165 | 174 | 0 | 52 | 47 | 25 | 543 | 55 | 77 |
| Binary | 11001010 | 1110101 | 1111100 | 0 | 101010 | 100111 | 10101 | 101100011 | 101101 | 111111 |
Color Harmonies of #CA757C
Complementary color
Monochromatic Colors of #CA757C
Black with #CA757C
Text Example
Text Example
White with #CA757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA757C; }
p { color: rgb(202,117,124); }
H1.HeaderClassName
{
color: #CA757C;
}
.AnyTagClassName
{
color: #CA757C;
}
</style>
background-color css
<style>
a { background-color: #CA757C; }
a { background-color: rgb(202,117,124); }
div.DivClassName
{
background-color: #CA757C;
}
.BgClassName
{
background-color: #CA757C;
}
</style>
border-color css
<style>
span { border-color: #CA757C; }
span { border-color: rgb(202,117,124); }
td.TdClassName
{
border-color: #CA757C;
}
.TagClassName
{
border-color: #CA757C;
}
</style>