Shades of Hopbush #C0739F
Tints of Hopbush #C0739F
RGB
CMYK
RGB Variations
Color information
#C0739F (or 0xC0739F) is known color: Hopbush. HEX triplet: C0, 73 and 9F. RGB value is (192,115,159). Sum of RGB (Red+Green+Blue) = 192+115+159=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0739F is #3F8C60. Grayscale: #8E8E8E. Windows color (decimal): -4164705 or 10449856. OLE color: 10449856.
HSL color Cylindrical-coordinate representation of color #C0739F: hue angle of 325.71º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0739F is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 159 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.25 |
| HSL | 325.71º | 0.38% | 0.6% | - |
| HSV(B) | 325.71º | 0.4% | 0.75% | - |
| XYZ | 34.13 | 25.97 | 36.02 | - |
| YUV | 143.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 159 | 0 | 0.40 | 0.17 | 0.25 | 325.71 | 0.38 | 0.6 |
| Hex | C0 | 73 | 9F | 0 | 28 | 11 | 19 | 146 | 26 | 3C |
| Octal | 300 | 163 | 237 | 0 | 50 | 21 | 31 | 506 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10011111 | 0 | 101000 | 10001 | 11001 | 101000110 | 100110 | 111100 |
Color Harmonies of #C0739F
Complementary color
Monochromatic Colors of #C0739F
Black with #C0739F
Text Example
Text Example
White with #C0739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0739F; }
p { color: rgb(192,115,159); }
H1.HeaderClassName
{
color: #C0739F;
}
.AnyTagClassName
{
color: #C0739F;
}
</style>
background-color css
<style>
a { background-color: #C0739F; }
a { background-color: rgb(192,115,159); }
div.DivClassName
{
background-color: #C0739F;
}
.BgClassName
{
background-color: #C0739F;
}
</style>
border-color css
<style>
span { border-color: #C0739F; }
span { border-color: rgb(192,115,159); }
td.TdClassName
{
border-color: #C0739F;
}
.TagClassName
{
border-color: #C0739F;
}
</style>