Shades of Charm #C7778C
Tints of Charm #C7778C
RGB
CMYK
RGB Variations
Color information
#C7778C (or 0xC7778C) is known color: Charm. HEX triplet: C7, 77 and 8C. RGB value is (199,119,140). Sum of RGB (Red+Green+Blue) = 199+119+140=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7778C is #388873. Grayscale: #919191. Windows color (decimal): -3704948 or 9205703. OLE color: 9205703.
HSL color Cylindrical-coordinate representation of color #C7778C: hue angle of 344.25º 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 #C7778C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 140 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.22 |
| HSL | 344.25º | 0.42% | 0.62% | - |
| HSV(B) | 344.25º | 0.4% | 0.78% | - |
| XYZ | 34.88 | 27.23 | 28.23 | - |
| YUV | 145.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 140 | 0 | 0.40 | 0.30 | 0.22 | 344.25 | 0.42 | 0.62 |
| Hex | C7 | 77 | 8C | 0 | 28 | 1E | 16 | 158 | 2A | 3E |
| Octal | 307 | 167 | 214 | 0 | 50 | 36 | 26 | 530 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10001100 | 0 | 101000 | 11110 | 10110 | 101011000 | 101010 | 111110 |
Color Harmonies of #C7778C
Complementary color
Monochromatic Colors of #C7778C
Black with #C7778C
Text Example
Text Example
White with #C7778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7778C; }
p { color: rgb(199,119,140); }
H1.HeaderClassName
{
color: #C7778C;
}
.AnyTagClassName
{
color: #C7778C;
}
</style>
background-color css
<style>
a { background-color: #C7778C; }
a { background-color: rgb(199,119,140); }
div.DivClassName
{
background-color: #C7778C;
}
.BgClassName
{
background-color: #C7778C;
}
</style>
border-color css
<style>
span { border-color: #C7778C; }
span { border-color: rgb(199,119,140); }
td.TdClassName
{
border-color: #C7778C;
}
.TagClassName
{
border-color: #C7778C;
}
</style>