Shades of Charm #C0778C
Tints of Charm #C0778C
RGB
CMYK
RGB Variations
Color information
#C0778C (or 0xC0778C) is known color: Charm. HEX triplet: C0, 77 and 8C. RGB value is (192,119,140). Sum of RGB (Red+Green+Blue) = 192+119+140=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778C is #3F8873. Grayscale: #8F8F8F. Windows color (decimal): -4163700 or 9205696. OLE color: 9205696.
HSL color Cylindrical-coordinate representation of color #C0778C: hue angle of 342.74º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0778C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 140 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.25 |
| HSL | 342.74º | 0.37% | 0.61% | - |
| HSV(B) | 342.74º | 0.38% | 0.75% | - |
| XYZ | 33.07 | 26.29 | 28.14 | - |
| YUV | 143.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 140 | 0 | 0.38 | 0.27 | 0.25 | 342.74 | 0.37 | 0.61 |
| Hex | C0 | 77 | 8C | 0 | 26 | 1B | 19 | 157 | 25 | 3D |
| Octal | 300 | 167 | 214 | 0 | 46 | 33 | 31 | 527 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10001100 | 0 | 100110 | 11011 | 11001 | 101010111 | 100101 | 111101 |
Color Harmonies of #C0778C
Complementary color
Monochromatic Colors of #C0778C
Black with #C0778C
Text Example
Text Example
White with #C0778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0778C; }
p { color: rgb(192,119,140); }
H1.HeaderClassName
{
color: #C0778C;
}
.AnyTagClassName
{
color: #C0778C;
}
</style>
background-color css
<style>
a { background-color: #C0778C; }
a { background-color: rgb(192,119,140); }
div.DivClassName
{
background-color: #C0778C;
}
.BgClassName
{
background-color: #C0778C;
}
</style>
border-color css
<style>
span { border-color: #C0778C; }
span { border-color: rgb(192,119,140); }
td.TdClassName
{
border-color: #C0778C;
}
.TagClassName
{
border-color: #C0778C;
}
</style>