Shades of Charm #CA717E
Tints of Charm #CA717E
RGB
CMYK
RGB Variations
Color information
#CA717E (or 0xCA717E) is known color: Charm. HEX triplet: CA, 71 and 7E. RGB value is (202,113,126). Sum of RGB (Red+Green+Blue) = 202+113+126=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717E is #358E81. Grayscale: #8D8D8D. Windows color (decimal): -3509890 or 8286666. OLE color: 8286666.
HSL color Cylindrical-coordinate representation of color #CA717E: hue angle of 351.24º 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 #CA717E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 126 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.21 |
| HSL | 351.24º | 0.46% | 0.62% | - |
| HSV(B) | 351.24º | 0.44% | 0.79% | - |
| XYZ | 34.03 | 25.87 | 22.94 | - |
| YUV | 141.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 126 | 0 | 0.44 | 0.38 | 0.21 | 351.24 | 0.46 | 0.62 |
| Hex | CA | 71 | 7E | 0 | 2C | 26 | 15 | 15F | 2E | 3E |
| Octal | 312 | 161 | 176 | 0 | 54 | 46 | 25 | 537 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1111110 | 0 | 101100 | 100110 | 10101 | 101011111 | 101110 | 111110 |
Color Harmonies of #CA717E
Complementary color
Monochromatic Colors of #CA717E
Black with #CA717E
Text Example
Text Example
White with #CA717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA717E; }
p { color: rgb(202,113,126); }
H1.HeaderClassName
{
color: #CA717E;
}
.AnyTagClassName
{
color: #CA717E;
}
</style>
background-color css
<style>
a { background-color: #CA717E; }
a { background-color: rgb(202,113,126); }
div.DivClassName
{
background-color: #CA717E;
}
.BgClassName
{
background-color: #CA717E;
}
</style>
border-color css
<style>
span { border-color: #CA717E; }
span { border-color: rgb(202,113,126); }
td.TdClassName
{
border-color: #CA717E;
}
.TagClassName
{
border-color: #CA717E;
}
</style>