Shades of Charm #CF787C
Tints of Charm #CF787C
RGB
CMYK
RGB Variations
Color information
#CF787C (or 0xCF787C) is known color: Charm. HEX triplet: CF, 78 and 7C. RGB value is (207,120,124). Sum of RGB (Red+Green+Blue) = 207+120+124=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF787C is #308783. Grayscale: #929292. Windows color (decimal): -3180420 or 8157391. OLE color: 8157391.
HSL color Cylindrical-coordinate representation of color #CF787C: hue angle of 357.24º 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 #CF787C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 124 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.19 |
| HSL | 357.24º | 0.48% | 0.64% | - |
| HSV(B) | 357.24º | 0.42% | 0.81% | - |
| XYZ | 36.09 | 28.15 | 22.6 | - |
| YUV | 146.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 124 | 0 | 0.42 | 0.40 | 0.19 | 357.24 | 0.48 | 0.64 |
| Hex | CF | 78 | 7C | 0 | 2A | 28 | 13 | 165 | 30 | 40 |
| Octal | 317 | 170 | 174 | 0 | 52 | 50 | 23 | 545 | 60 | 100 |
| Binary | 11001111 | 1111000 | 1111100 | 0 | 101010 | 101000 | 10011 | 101100101 | 110000 | 1000000 |
Color Harmonies of #CF787C
Complementary color
Monochromatic Colors of #CF787C
Black with #CF787C
Text Example
Text Example
White with #CF787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF787C; }
p { color: rgb(207,120,124); }
H1.HeaderClassName
{
color: #CF787C;
}
.AnyTagClassName
{
color: #CF787C;
}
</style>
background-color css
<style>
a { background-color: #CF787C; }
a { background-color: rgb(207,120,124); }
div.DivClassName
{
background-color: #CF787C;
}
.BgClassName
{
background-color: #CF787C;
}
</style>
border-color css
<style>
span { border-color: #CF787C; }
span { border-color: rgb(207,120,124); }
td.TdClassName
{
border-color: #CF787C;
}
.TagClassName
{
border-color: #CF787C;
}
</style>