Shades of Charm #CA717A
Tints of Charm #CA717A
RGB
CMYK
RGB Variations
Color information
#CA717A (or 0xCA717A) is known color: Charm. HEX triplet: CA, 71 and 7A. RGB value is (202,113,122). Sum of RGB (Red+Green+Blue) = 202+113+122=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717A is #358E85. Grayscale: #8C8C8C. Windows color (decimal): -3509894 or 8024522. OLE color: 8024522.
HSL color Cylindrical-coordinate representation of color #CA717A: hue angle of 353.93º degrees, saturation: 0.46, 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 #CA717A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 122 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.21 |
| HSL | 353.93º | 0.46% | 0.62% | - |
| HSV(B) | 353.93º | 0.44% | 0.79% | - |
| XYZ | 33.78 | 25.77 | 21.61 | - |
| YUV | 140.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 122 | 0 | 0.44 | 0.40 | 0.21 | 353.93 | 0.46 | 0.62 |
| Hex | CA | 71 | 7A | 0 | 2C | 28 | 15 | 162 | 2E | 3E |
| Octal | 312 | 161 | 172 | 0 | 54 | 50 | 25 | 542 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1111010 | 0 | 101100 | 101000 | 10101 | 101100010 | 101110 | 111110 |
Color Harmonies of #CA717A
Complementary color
Monochromatic Colors of #CA717A
Black with #CA717A
Text Example
Text Example
White with #CA717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA717A; }
p { color: rgb(202,113,122); }
H1.HeaderClassName
{
color: #CA717A;
}
.AnyTagClassName
{
color: #CA717A;
}
</style>
background-color css
<style>
a { background-color: #CA717A; }
a { background-color: rgb(202,113,122); }
div.DivClassName
{
background-color: #CA717A;
}
.BgClassName
{
background-color: #CA717A;
}
</style>
border-color css
<style>
span { border-color: #CA717A; }
span { border-color: rgb(202,113,122); }
td.TdClassName
{
border-color: #CA717A;
}
.TagClassName
{
border-color: #CA717A;
}
</style>