Shades of Charm #CF718D
Tints of Charm #CF718D
RGB
CMYK
RGB Variations
Color information
#CF718D (or 0xCF718D) is known color: Charm. HEX triplet: CF, 71 and 8D. RGB value is (207,113,141). Sum of RGB (Red+Green+Blue) = 207+113+141=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF718D is #308E72. Grayscale: #909090. Windows color (decimal): -3182195 or 9269711. OLE color: 9269711.
HSL color Cylindrical-coordinate representation of color #CF718D: hue angle of 342.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF718D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 141 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.19 |
| HSL | 342.13º | 0.49% | 0.63% | - |
| HSV(B) | 342.13º | 0.45% | 0.81% | - |
| XYZ | 36.44 | 27 | 28.49 | - |
| YUV | 144.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 141 | 0 | 0.45 | 0.32 | 0.19 | 342.13 | 0.49 | 0.63 |
| Hex | CF | 71 | 8D | 0 | 2D | 20 | 13 | 156 | 31 | 3F |
| Octal | 317 | 161 | 215 | 0 | 55 | 40 | 23 | 526 | 61 | 77 |
| Binary | 11001111 | 1110001 | 10001101 | 0 | 101101 | 100000 | 10011 | 101010110 | 110001 | 111111 |
Color Harmonies of #CF718D
Complementary color
Monochromatic Colors of #CF718D
Black with #CF718D
Text Example
Text Example
White with #CF718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF718D; }
p { color: rgb(207,113,141); }
H1.HeaderClassName
{
color: #CF718D;
}
.AnyTagClassName
{
color: #CF718D;
}
</style>
background-color css
<style>
a { background-color: #CF718D; }
a { background-color: rgb(207,113,141); }
div.DivClassName
{
background-color: #CF718D;
}
.BgClassName
{
background-color: #CF718D;
}
</style>
border-color css
<style>
span { border-color: #CF718D; }
span { border-color: rgb(207,113,141); }
td.TdClassName
{
border-color: #CF718D;
}
.TagClassName
{
border-color: #CF718D;
}
</style>