Shades of Charm #CF778E
Tints of Charm #CF778E
RGB
CMYK
RGB Variations
Color information
#CF778E (or 0xCF778E) is known color: Charm. HEX triplet: CF, 77 and 8E. RGB value is (207,119,142). Sum of RGB (Red+Green+Blue) = 207+119+142=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF778E is #308871. Grayscale: #939393. Windows color (decimal): -3180658 or 9336783. OLE color: 9336783.
HSL color Cylindrical-coordinate representation of color #CF778E: hue angle of 344.32º 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 #CF778E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 142 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.19 |
| HSL | 344.32º | 0.48% | 0.64% | - |
| HSV(B) | 344.32º | 0.43% | 0.81% | - |
| XYZ | 37.21 | 28.41 | 29.11 | - |
| YUV | 147.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 142 | 0 | 0.43 | 0.31 | 0.19 | 344.32 | 0.48 | 0.64 |
| Hex | CF | 77 | 8E | 0 | 2B | 1F | 13 | 158 | 30 | 40 |
| Octal | 317 | 167 | 216 | 0 | 53 | 37 | 23 | 530 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10001110 | 0 | 101011 | 11111 | 10011 | 101011000 | 110000 | 1000000 |
Color Harmonies of #CF778E
Complementary color
Monochromatic Colors of #CF778E
Black with #CF778E
Text Example
Text Example
White with #CF778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF778E; }
p { color: rgb(207,119,142); }
H1.HeaderClassName
{
color: #CF778E;
}
.AnyTagClassName
{
color: #CF778E;
}
</style>
background-color css
<style>
a { background-color: #CF778E; }
a { background-color: rgb(207,119,142); }
div.DivClassName
{
background-color: #CF778E;
}
.BgClassName
{
background-color: #CF778E;
}
</style>
border-color css
<style>
span { border-color: #CF778E; }
span { border-color: rgb(207,119,142); }
td.TdClassName
{
border-color: #CF778E;
}
.TagClassName
{
border-color: #CF778E;
}
</style>