Shades of Charm #C7778F
Tints of Charm #C7778F
RGB
CMYK
RGB Variations
Color information
#C7778F (or 0xC7778F) is known color: Charm. HEX triplet: C7, 77 and 8F. RGB value is (199,119,143). Sum of RGB (Red+Green+Blue) = 199+119+143=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7778F is #388870. Grayscale: #919191. Windows color (decimal): -3704945 or 9402311. OLE color: 9402311.
HSL color Cylindrical-coordinate representation of color #C7778F: hue angle of 342º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7778F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 143 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.22 |
| HSL | 342º | 0.42% | 0.62% | - |
| HSV(B) | 342º | 0.4% | 0.78% | - |
| XYZ | 35.11 | 27.32 | 29.41 | - |
| YUV | 145.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 143 | 0 | 0.40 | 0.28 | 0.22 | 342 | 0.42 | 0.62 |
| Hex | C7 | 77 | 8F | 0 | 28 | 1C | 16 | 156 | 2A | 3E |
| Octal | 307 | 167 | 217 | 0 | 50 | 34 | 26 | 526 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10001111 | 0 | 101000 | 11100 | 10110 | 101010110 | 101010 | 111110 |
Color Harmonies of #C7778F
Complementary color
Monochromatic Colors of #C7778F
Black with #C7778F
Text Example
Text Example
White with #C7778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7778F; }
p { color: rgb(199,119,143); }
H1.HeaderClassName
{
color: #C7778F;
}
.AnyTagClassName
{
color: #C7778F;
}
</style>
background-color css
<style>
a { background-color: #C7778F; }
a { background-color: rgb(199,119,143); }
div.DivClassName
{
background-color: #C7778F;
}
.BgClassName
{
background-color: #C7778F;
}
</style>
border-color css
<style>
span { border-color: #C7778F; }
span { border-color: rgb(199,119,143); }
td.TdClassName
{
border-color: #C7778F;
}
.TagClassName
{
border-color: #C7778F;
}
</style>