Shades of Charm #CA717B
Tints of Charm #CA717B
RGB
CMYK
RGB Variations
Color information
#CA717B (or 0xCA717B) is known color: Charm. HEX triplet: CA, 71 and 7B. RGB value is (202,113,123). Sum of RGB (Red+Green+Blue) = 202+113+123=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717B is #358E84. Grayscale: #8C8C8C. Windows color (decimal): -3509893 or 8090058. OLE color: 8090058.
HSL color Cylindrical-coordinate representation of color #CA717B: hue angle of 353.26º 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 #CA717B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 123 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.21 |
| HSL | 353.26º | 0.46% | 0.62% | - |
| HSV(B) | 353.26º | 0.44% | 0.79% | - |
| XYZ | 33.84 | 25.8 | 21.93 | - |
| YUV | 140.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 123 | 0 | 0.44 | 0.39 | 0.21 | 353.26 | 0.46 | 0.62 |
| Hex | CA | 71 | 7B | 0 | 2C | 27 | 15 | 161 | 2E | 3E |
| Octal | 312 | 161 | 173 | 0 | 54 | 47 | 25 | 541 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1111011 | 0 | 101100 | 100111 | 10101 | 101100001 | 101110 | 111110 |
Color Harmonies of #CA717B
Complementary color
Monochromatic Colors of #CA717B
Black with #CA717B
Text Example
Text Example
White with #CA717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA717B; }
p { color: rgb(202,113,123); }
H1.HeaderClassName
{
color: #CA717B;
}
.AnyTagClassName
{
color: #CA717B;
}
</style>
background-color css
<style>
a { background-color: #CA717B; }
a { background-color: rgb(202,113,123); }
div.DivClassName
{
background-color: #CA717B;
}
.BgClassName
{
background-color: #CA717B;
}
</style>
border-color css
<style>
span { border-color: #CA717B; }
span { border-color: rgb(202,113,123); }
td.TdClassName
{
border-color: #CA717B;
}
.TagClassName
{
border-color: #CA717B;
}
</style>