Shades of Charm #CA718B
Tints of Charm #CA718B
RGB
CMYK
RGB Variations
Color information
#CA718B (or 0xCA718B) is known color: Charm. HEX triplet: CA, 71 and 8B. RGB value is (202,113,139). Sum of RGB (Red+Green+Blue) = 202+113+139=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA718B is #358E74. Grayscale: #8E8E8E. Windows color (decimal): -3509877 or 9138634. OLE color: 9138634.
HSL color Cylindrical-coordinate representation of color #CA718B: hue angle of 342.47º 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 #CA718B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 139 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.21 |
| HSL | 342.47º | 0.46% | 0.62% | - |
| HSV(B) | 342.47º | 0.44% | 0.79% | - |
| XYZ | 34.92 | 26.23 | 27.65 | - |
| YUV | 142.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 139 | 0 | 0.44 | 0.31 | 0.21 | 342.47 | 0.46 | 0.62 |
| Hex | CA | 71 | 8B | 0 | 2C | 1F | 15 | 156 | 2E | 3E |
| Octal | 312 | 161 | 213 | 0 | 54 | 37 | 25 | 526 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10001011 | 0 | 101100 | 11111 | 10101 | 101010110 | 101110 | 111110 |
Color Harmonies of #CA718B
Complementary color
Monochromatic Colors of #CA718B
Black with #CA718B
Text Example
Text Example
White with #CA718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA718B; }
p { color: rgb(202,113,139); }
H1.HeaderClassName
{
color: #CA718B;
}
.AnyTagClassName
{
color: #CA718B;
}
</style>
background-color css
<style>
a { background-color: #CA718B; }
a { background-color: rgb(202,113,139); }
div.DivClassName
{
background-color: #CA718B;
}
.BgClassName
{
background-color: #CA718B;
}
</style>
border-color css
<style>
span { border-color: #CA718B; }
span { border-color: rgb(202,113,139); }
td.TdClassName
{
border-color: #CA718B;
}
.TagClassName
{
border-color: #CA718B;
}
</style>