Shades of Hopbush #C07790
Tints of Hopbush #C07790
RGB
CMYK
RGB Variations
Color information
#C07790 (or 0xC07790) is known color: Hopbush. HEX triplet: C0, 77 and 90. RGB value is (192,119,144). Sum of RGB (Red+Green+Blue) = 192+119+144=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C07790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07790 is #3F886F. Grayscale: #8F8F8F. Windows color (decimal): -4163696 or 9467840. OLE color: 9467840.
HSL color Cylindrical-coordinate representation of color #C07790: hue angle of 339.45º 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 #C07790 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 144 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.25 |
| HSL | 339.45º | 0.37% | 0.61% | - |
| HSV(B) | 339.45º | 0.38% | 0.75% | - |
| XYZ | 33.37 | 26.41 | 29.73 | - |
| YUV | 143.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 144 | 0 | 0.38 | 0.25 | 0.25 | 339.45 | 0.37 | 0.61 |
| Hex | C0 | 77 | 90 | 0 | 26 | 19 | 19 | 153 | 25 | 3D |
| Octal | 300 | 167 | 220 | 0 | 46 | 31 | 31 | 523 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10010000 | 0 | 100110 | 11001 | 11001 | 101010011 | 100101 | 111101 |
Color Harmonies of #C07790
Complementary color
Monochromatic Colors of #C07790
Black with #C07790
Text Example
Text Example
White with #C07790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07790; }
p { color: rgb(192,119,144); }
H1.HeaderClassName
{
color: #C07790;
}
.AnyTagClassName
{
color: #C07790;
}
</style>
background-color css
<style>
a { background-color: #C07790; }
a { background-color: rgb(192,119,144); }
div.DivClassName
{
background-color: #C07790;
}
.BgClassName
{
background-color: #C07790;
}
</style>
border-color css
<style>
span { border-color: #C07790; }
span { border-color: rgb(192,119,144); }
td.TdClassName
{
border-color: #C07790;
}
.TagClassName
{
border-color: #C07790;
}
</style>