Shades of Charm #CF778D
Tints of Charm #CF778D
RGB
CMYK
RGB Variations
Color information
#CF778D (or 0xCF778D) is known color: Charm. HEX triplet: CF, 77 and 8D. RGB value is (207,119,141). Sum of RGB (Red+Green+Blue) = 207+119+141=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF778D is #308872. Grayscale: #939393. Windows color (decimal): -3180659 or 9271247. OLE color: 9271247.
HSL color Cylindrical-coordinate representation of color #CF778D: hue angle of 345º 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 #CF778D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 141 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.19 |
| HSL | 345º | 0.48% | 0.64% | - |
| HSV(B) | 345º | 0.43% | 0.81% | - |
| XYZ | 37.14 | 28.38 | 28.72 | - |
| YUV | 147.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 141 | 0 | 0.43 | 0.32 | 0.19 | 345 | 0.48 | 0.64 |
| Hex | CF | 77 | 8D | 0 | 2B | 20 | 13 | 159 | 30 | 40 |
| Octal | 317 | 167 | 215 | 0 | 53 | 40 | 23 | 531 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10001101 | 0 | 101011 | 100000 | 10011 | 101011001 | 110000 | 1000000 |
Color Harmonies of #CF778D
Complementary color
Monochromatic Colors of #CF778D
Black with #CF778D
Text Example
Text Example
White with #CF778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF778D; }
p { color: rgb(207,119,141); }
H1.HeaderClassName
{
color: #CF778D;
}
.AnyTagClassName
{
color: #CF778D;
}
</style>
background-color css
<style>
a { background-color: #CF778D; }
a { background-color: rgb(207,119,141); }
div.DivClassName
{
background-color: #CF778D;
}
.BgClassName
{
background-color: #CF778D;
}
</style>
border-color css
<style>
span { border-color: #CF778D; }
span { border-color: rgb(207,119,141); }
td.TdClassName
{
border-color: #CF778D;
}
.TagClassName
{
border-color: #CF778D;
}
</style>