Shades of Hopbush #C0759C
Tints of Hopbush #C0759C
RGB
CMYK
RGB Variations
Color information
#C0759C (or 0xC0759C) is known color: Hopbush. HEX triplet: C0, 75 and 9C. RGB value is (192,117,156). Sum of RGB (Red+Green+Blue) = 192+117+156=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0759C is #3F8A63. Grayscale: #8F8F8F. Windows color (decimal): -4164196 or 10253760. OLE color: 10253760.
HSL color Cylindrical-coordinate representation of color #C0759C: hue angle of 328.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0759C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 156 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.25 |
| HSL | 328.8º | 0.37% | 0.61% | - |
| HSV(B) | 328.8º | 0.39% | 0.75% | - |
| XYZ | 34.1 | 26.33 | 34.74 | - |
| YUV | 143.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 156 | 0 | 0.39 | 0.19 | 0.25 | 328.8 | 0.37 | 0.61 |
| Hex | C0 | 75 | 9C | 0 | 27 | 13 | 19 | 149 | 25 | 3D |
| Octal | 300 | 165 | 234 | 0 | 47 | 23 | 31 | 511 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10011100 | 0 | 100111 | 10011 | 11001 | 101001001 | 100101 | 111101 |
Color Harmonies of #C0759C
Complementary color
Monochromatic Colors of #C0759C
Black with #C0759C
Text Example
Text Example
White with #C0759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0759C; }
p { color: rgb(192,117,156); }
H1.HeaderClassName
{
color: #C0759C;
}
.AnyTagClassName
{
color: #C0759C;
}
</style>
background-color css
<style>
a { background-color: #C0759C; }
a { background-color: rgb(192,117,156); }
div.DivClassName
{
background-color: #C0759C;
}
.BgClassName
{
background-color: #C0759C;
}
</style>
border-color css
<style>
span { border-color: #C0759C; }
span { border-color: rgb(192,117,156); }
td.TdClassName
{
border-color: #C0759C;
}
.TagClassName
{
border-color: #C0759C;
}
</style>