Shades of Hopbush #C0778F
Tints of Hopbush #C0778F
RGB
CMYK
RGB Variations
Color information
#C0778F (or 0xC0778F) is known color: Hopbush. HEX triplet: C0, 77 and 8F. RGB value is (192,119,143). Sum of RGB (Red+Green+Blue) = 192+119+143=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778F is #3F8870. Grayscale: #8F8F8F. Windows color (decimal): -4163697 or 9402304. OLE color: 9402304.
HSL color Cylindrical-coordinate representation of color #C0778F: hue angle of 340.27º 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 #C0778F is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 143 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.25 |
| HSL | 340.27º | 0.37% | 0.61% | - |
| HSV(B) | 340.27º | 0.38% | 0.75% | - |
| XYZ | 33.29 | 26.38 | 29.32 | - |
| YUV | 143.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 143 | 0 | 0.38 | 0.26 | 0.25 | 340.27 | 0.37 | 0.61 |
| Hex | C0 | 77 | 8F | 0 | 26 | 1A | 19 | 154 | 25 | 3D |
| Octal | 300 | 167 | 217 | 0 | 46 | 32 | 31 | 524 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10001111 | 0 | 100110 | 11010 | 11001 | 101010100 | 100101 | 111101 |
Color Harmonies of #C0778F
Complementary color
Monochromatic Colors of #C0778F
Black with #C0778F
Text Example
Text Example
White with #C0778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0778F; }
p { color: rgb(192,119,143); }
H1.HeaderClassName
{
color: #C0778F;
}
.AnyTagClassName
{
color: #C0778F;
}
</style>
background-color css
<style>
a { background-color: #C0778F; }
a { background-color: rgb(192,119,143); }
div.DivClassName
{
background-color: #C0778F;
}
.BgClassName
{
background-color: #C0778F;
}
</style>
border-color css
<style>
span { border-color: #C0778F; }
span { border-color: rgb(192,119,143); }
td.TdClassName
{
border-color: #C0778F;
}
.TagClassName
{
border-color: #C0778F;
}
</style>