Shades of Hopbush #C0779B
Tints of Hopbush #C0779B
RGB
CMYK
RGB Variations
Color information
#C0779B (or 0xC0779B) is known color: Hopbush. HEX triplet: C0, 77 and 9B. RGB value is (192,119,155). Sum of RGB (Red+Green+Blue) = 192+119+155=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0779B is #3F8864. Grayscale: #909090. Windows color (decimal): -4163685 or 10188736. OLE color: 10188736.
HSL color Cylindrical-coordinate representation of color #C0779B: hue angle of 330.41º 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 #C0779B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 155 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.25 |
| HSL | 330.41º | 0.37% | 0.61% | - |
| HSV(B) | 330.41º | 0.38% | 0.75% | - |
| XYZ | 34.25 | 26.77 | 34.37 | - |
| YUV | 144.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 155 | 0 | 0.38 | 0.19 | 0.25 | 330.41 | 0.37 | 0.61 |
| Hex | C0 | 77 | 9B | 0 | 26 | 13 | 19 | 14A | 25 | 3D |
| Octal | 300 | 167 | 233 | 0 | 46 | 23 | 31 | 512 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10011011 | 0 | 100110 | 10011 | 11001 | 101001010 | 100101 | 111101 |
Color Harmonies of #C0779B
Complementary color
Monochromatic Colors of #C0779B
Black with #C0779B
Text Example
Text Example
White with #C0779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0779B; }
p { color: rgb(192,119,155); }
H1.HeaderClassName
{
color: #C0779B;
}
.AnyTagClassName
{
color: #C0779B;
}
</style>
background-color css
<style>
a { background-color: #C0779B; }
a { background-color: rgb(192,119,155); }
div.DivClassName
{
background-color: #C0779B;
}
.BgClassName
{
background-color: #C0779B;
}
</style>
border-color css
<style>
span { border-color: #C0779B; }
span { border-color: rgb(192,119,155); }
td.TdClassName
{
border-color: #C0779B;
}
.TagClassName
{
border-color: #C0779B;
}
</style>