Shades of Charm #CA757D
Tints of Charm #CA757D
RGB
CMYK
RGB Variations
Color information
#CA757D (or 0xCA757D) is known color: Charm. HEX triplet: CA, 75 and 7D. RGB value is (202,117,125). Sum of RGB (Red+Green+Blue) = 202+117+125=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA757D is #358A82. Grayscale: #8F8F8F. Windows color (decimal): -3508867 or 8222154. OLE color: 8222154.
HSL color Cylindrical-coordinate representation of color #CA757D: hue angle of 354.35º 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 #CA757D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 125 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.21 |
| HSL | 354.35º | 0.45% | 0.63% | - |
| HSV(B) | 354.35º | 0.42% | 0.79% | - |
| XYZ | 34.42 | 26.76 | 22.75 | - |
| YUV | 143.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 125 | 0 | 0.42 | 0.38 | 0.21 | 354.35 | 0.45 | 0.63 |
| Hex | CA | 75 | 7D | 0 | 2A | 26 | 15 | 162 | 2D | 3F |
| Octal | 312 | 165 | 175 | 0 | 52 | 46 | 25 | 542 | 55 | 77 |
| Binary | 11001010 | 1110101 | 1111101 | 0 | 101010 | 100110 | 10101 | 101100010 | 101101 | 111111 |
Color Harmonies of #CA757D
Complementary color
Monochromatic Colors of #CA757D
Black with #CA757D
Text Example
Text Example
White with #CA757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA757D; }
p { color: rgb(202,117,125); }
H1.HeaderClassName
{
color: #CA757D;
}
.AnyTagClassName
{
color: #CA757D;
}
</style>
background-color css
<style>
a { background-color: #CA757D; }
a { background-color: rgb(202,117,125); }
div.DivClassName
{
background-color: #CA757D;
}
.BgClassName
{
background-color: #CA757D;
}
</style>
border-color css
<style>
span { border-color: #CA757D; }
span { border-color: rgb(202,117,125); }
td.TdClassName
{
border-color: #CA757D;
}
.TagClassName
{
border-color: #CA757D;
}
</style>