Shades of Charm #CF778C
Tints of Charm #CF778C
RGB
CMYK
RGB Variations
Color information
#CF778C (or 0xCF778C) is known color: Charm. HEX triplet: CF, 77 and 8C. RGB value is (207,119,140). Sum of RGB (Red+Green+Blue) = 207+119+140=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF778C is #308873. Grayscale: #939393. Windows color (decimal): -3180660 or 9205711. OLE color: 9205711.
HSL color Cylindrical-coordinate representation of color #CF778C: hue angle of 345.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF778C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 140 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.19 |
| HSL | 345.68º | 0.48% | 0.64% | - |
| HSV(B) | 345.68º | 0.43% | 0.81% | - |
| XYZ | 37.06 | 28.35 | 28.33 | - |
| YUV | 147.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 140 | 0 | 0.43 | 0.32 | 0.19 | 345.68 | 0.48 | 0.64 |
| Hex | CF | 77 | 8C | 0 | 2B | 20 | 13 | 15A | 30 | 40 |
| Octal | 317 | 167 | 214 | 0 | 53 | 40 | 23 | 532 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10001100 | 0 | 101011 | 100000 | 10011 | 101011010 | 110000 | 1000000 |
Color Harmonies of #CF778C
Complementary color
Monochromatic Colors of #CF778C
Black with #CF778C
Text Example
Text Example
White with #CF778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF778C; }
p { color: rgb(207,119,140); }
H1.HeaderClassName
{
color: #CF778C;
}
.AnyTagClassName
{
color: #CF778C;
}
</style>
background-color css
<style>
a { background-color: #CF778C; }
a { background-color: rgb(207,119,140); }
div.DivClassName
{
background-color: #CF778C;
}
.BgClassName
{
background-color: #CF778C;
}
</style>
border-color css
<style>
span { border-color: #CF778C; }
span { border-color: rgb(207,119,140); }
td.TdClassName
{
border-color: #CF778C;
}
.TagClassName
{
border-color: #CF778C;
}
</style>