Shades of Hopbush #C07793
Tints of Hopbush #C07793
RGB
CMYK
RGB Variations
Color information
#C07793 (or 0xC07793) is known color: Hopbush. HEX triplet: C0, 77 and 93. RGB value is (192,119,147). Sum of RGB (Red+Green+Blue) = 192+119+147=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C07793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07793 is #3F886C. Grayscale: #8F8F8F. Windows color (decimal): -4163693 or 9664448. OLE color: 9664448.
HSL color Cylindrical-coordinate representation of color #C07793: hue angle of 336.99º 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 #C07793 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 147 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.25 |
| HSL | 336.99º | 0.37% | 0.61% | - |
| HSV(B) | 336.99º | 0.38% | 0.75% | - |
| XYZ | 33.6 | 26.51 | 30.95 | - |
| YUV | 144.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 147 | 0 | 0.38 | 0.23 | 0.25 | 336.99 | 0.37 | 0.61 |
| Hex | C0 | 77 | 93 | 0 | 26 | 17 | 19 | 151 | 25 | 3D |
| Octal | 300 | 167 | 223 | 0 | 46 | 27 | 31 | 521 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10010011 | 0 | 100110 | 10111 | 11001 | 101010001 | 100101 | 111101 |
Color Harmonies of #C07793
Complementary color
Monochromatic Colors of #C07793
Black with #C07793
Text Example
Text Example
White with #C07793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07793; }
p { color: rgb(192,119,147); }
H1.HeaderClassName
{
color: #C07793;
}
.AnyTagClassName
{
color: #C07793;
}
</style>
background-color css
<style>
a { background-color: #C07793; }
a { background-color: rgb(192,119,147); }
div.DivClassName
{
background-color: #C07793;
}
.BgClassName
{
background-color: #C07793;
}
</style>
border-color css
<style>
span { border-color: #C07793; }
span { border-color: rgb(192,119,147); }
td.TdClassName
{
border-color: #C07793;
}
.TagClassName
{
border-color: #C07793;
}
</style>