Shades of Charm #C0778B
Tints of Charm #C0778B
RGB
CMYK
RGB Variations
Color information
#C0778B (or 0xC0778B) is known color: Charm. HEX triplet: C0, 77 and 8B. RGB value is (192,119,139). Sum of RGB (Red+Green+Blue) = 192+119+139=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778B is #3F8874. Grayscale: #8F8F8F. Windows color (decimal): -4163701 or 9140160. OLE color: 9140160.
HSL color Cylindrical-coordinate representation of color #C0778B: hue angle of 343.56º 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 #C0778B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 139 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.25 |
| HSL | 343.56º | 0.37% | 0.61% | - |
| HSV(B) | 343.56º | 0.38% | 0.75% | - |
| XYZ | 33 | 26.26 | 27.76 | - |
| YUV | 143.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 139 | 0 | 0.38 | 0.28 | 0.25 | 343.56 | 0.37 | 0.61 |
| Hex | C0 | 77 | 8B | 0 | 26 | 1C | 19 | 158 | 25 | 3D |
| Octal | 300 | 167 | 213 | 0 | 46 | 34 | 31 | 530 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10001011 | 0 | 100110 | 11100 | 11001 | 101011000 | 100101 | 111101 |
Color Harmonies of #C0778B
Complementary color
Monochromatic Colors of #C0778B
Black with #C0778B
Text Example
Text Example
White with #C0778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0778B; }
p { color: rgb(192,119,139); }
H1.HeaderClassName
{
color: #C0778B;
}
.AnyTagClassName
{
color: #C0778B;
}
</style>
background-color css
<style>
a { background-color: #C0778B; }
a { background-color: rgb(192,119,139); }
div.DivClassName
{
background-color: #C0778B;
}
.BgClassName
{
background-color: #C0778B;
}
</style>
border-color css
<style>
span { border-color: #C0778B; }
span { border-color: rgb(192,119,139); }
td.TdClassName
{
border-color: #C0778B;
}
.TagClassName
{
border-color: #C0778B;
}
</style>