Shades of Hopbush #C0739B
Tints of Hopbush #C0739B
RGB
CMYK
RGB Variations
Color information
#C0739B (or 0xC0739B) is known color: Hopbush. HEX triplet: C0, 73 and 9B. RGB value is (192,115,155). Sum of RGB (Red+Green+Blue) = 192+115+155=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0739B is #3F8C64. Grayscale: #8E8E8E. Windows color (decimal): -4164709 or 10187712. OLE color: 10187712.
HSL color Cylindrical-coordinate representation of color #C0739B: hue angle of 328.83º 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 #C0739B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 155 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.25 |
| HSL | 328.83º | 0.38% | 0.6% | - |
| HSV(B) | 328.83º | 0.4% | 0.75% | - |
| XYZ | 33.79 | 25.83 | 34.22 | - |
| YUV | 142.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 155 | 0 | 0.40 | 0.19 | 0.25 | 328.83 | 0.38 | 0.6 |
| Hex | C0 | 73 | 9B | 0 | 28 | 13 | 19 | 149 | 26 | 3C |
| Octal | 300 | 163 | 233 | 0 | 50 | 23 | 31 | 511 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10011011 | 0 | 101000 | 10011 | 11001 | 101001001 | 100110 | 111100 |
Color Harmonies of #C0739B
Complementary color
Monochromatic Colors of #C0739B
Black with #C0739B
Text Example
Text Example
White with #C0739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0739B; }
p { color: rgb(192,115,155); }
H1.HeaderClassName
{
color: #C0739B;
}
.AnyTagClassName
{
color: #C0739B;
}
</style>
background-color css
<style>
a { background-color: #C0739B; }
a { background-color: rgb(192,115,155); }
div.DivClassName
{
background-color: #C0739B;
}
.BgClassName
{
background-color: #C0739B;
}
</style>
border-color css
<style>
span { border-color: #C0739B; }
span { border-color: rgb(192,115,155); }
td.TdClassName
{
border-color: #C0739B;
}
.TagClassName
{
border-color: #C0739B;
}
</style>