Shades of Charm #CF778F
Tints of Charm #CF778F
RGB
CMYK
RGB Variations
Color information
#CF778F (or 0xCF778F) is known color: Charm. HEX triplet: CF, 77 and 8F. RGB value is (207,119,143). Sum of RGB (Red+Green+Blue) = 207+119+143=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF778F is #308870. Grayscale: #949494. Windows color (decimal): -3180657 or 9402319. OLE color: 9402319.
HSL color Cylindrical-coordinate representation of color #CF778F: hue angle of 343.64º 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 #CF778F is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 143 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.19 |
| HSL | 343.64º | 0.48% | 0.64% | - |
| HSV(B) | 343.64º | 0.43% | 0.81% | - |
| XYZ | 37.29 | 28.44 | 29.51 | - |
| YUV | 148.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 143 | 0 | 0.43 | 0.31 | 0.19 | 343.64 | 0.48 | 0.64 |
| Hex | CF | 77 | 8F | 0 | 2B | 1F | 13 | 158 | 30 | 40 |
| Octal | 317 | 167 | 217 | 0 | 53 | 37 | 23 | 530 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10001111 | 0 | 101011 | 11111 | 10011 | 101011000 | 110000 | 1000000 |
Color Harmonies of #CF778F
Complementary color
Monochromatic Colors of #CF778F
Black with #CF778F
Text Example
Text Example
White with #CF778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF778F; }
p { color: rgb(207,119,143); }
H1.HeaderClassName
{
color: #CF778F;
}
.AnyTagClassName
{
color: #CF778F;
}
</style>
background-color css
<style>
a { background-color: #CF778F; }
a { background-color: rgb(207,119,143); }
div.DivClassName
{
background-color: #CF778F;
}
.BgClassName
{
background-color: #CF778F;
}
</style>
border-color css
<style>
span { border-color: #CF778F; }
span { border-color: rgb(207,119,143); }
td.TdClassName
{
border-color: #CF778F;
}
.TagClassName
{
border-color: #CF778F;
}
</style>