Shades of Charm #CF7889
Tints of Charm #CF7889
RGB
CMYK
RGB Variations
Color information
#CF7889 (or 0xCF7889) is known color: Charm. HEX triplet: CF, 78 and 89. RGB value is (207,120,137). Sum of RGB (Red+Green+Blue) = 207+120+137=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7889 is #308776. Grayscale: #939393. Windows color (decimal): -3180407 or 9009359. OLE color: 9009359.
HSL color Cylindrical-coordinate representation of color #CF7889: hue angle of 348.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7889 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 137 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.19 |
| HSL | 348.28º | 0.48% | 0.64% | - |
| HSV(B) | 348.28º | 0.42% | 0.81% | - |
| XYZ | 36.96 | 28.5 | 27.22 | - |
| YUV | 147.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 137 | 0 | 0.42 | 0.34 | 0.19 | 348.28 | 0.48 | 0.64 |
| Hex | CF | 78 | 89 | 0 | 2A | 22 | 13 | 15C | 30 | 40 |
| Octal | 317 | 170 | 211 | 0 | 52 | 42 | 23 | 534 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10001001 | 0 | 101010 | 100010 | 10011 | 101011100 | 110000 | 1000000 |
Color Harmonies of #CF7889
Complementary color
Monochromatic Colors of #CF7889
Black with #CF7889
Text Example
Text Example
White with #CF7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7889; }
p { color: rgb(207,120,137); }
H1.HeaderClassName
{
color: #CF7889;
}
.AnyTagClassName
{
color: #CF7889;
}
</style>
background-color css
<style>
a { background-color: #CF7889; }
a { background-color: rgb(207,120,137); }
div.DivClassName
{
background-color: #CF7889;
}
.BgClassName
{
background-color: #CF7889;
}
</style>
border-color css
<style>
span { border-color: #CF7889; }
span { border-color: rgb(207,120,137); }
td.TdClassName
{
border-color: #CF7889;
}
.TagClassName
{
border-color: #CF7889;
}
</style>