Shades of Hopbush #C07A98
Tints of Hopbush #C07A98
RGB
CMYK
RGB Variations
Color information
#C07A98 (or 0xC07A98) is known color: Hopbush. HEX triplet: C0, 7A and 98. RGB value is (192,122,152). Sum of RGB (Red+Green+Blue) = 192+122+152=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A98 is #3F8567. Grayscale: #929292. Windows color (decimal): -4162920 or 9992896. OLE color: 9992896.
HSL color Cylindrical-coordinate representation of color #C07A98: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07A98 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 152 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.25 |
| HSL | 334.29º | 0.36% | 0.62% | - |
| HSV(B) | 334.29º | 0.36% | 0.75% | - |
| XYZ | 34.37 | 27.39 | 33.18 | - |
| YUV | 146.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 152 | 0 | 0.36 | 0.21 | 0.25 | 334.29 | 0.36 | 0.62 |
| Hex | C0 | 7A | 98 | 0 | 24 | 15 | 19 | 14E | 24 | 3E |
| Octal | 300 | 172 | 230 | 0 | 44 | 25 | 31 | 516 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10011000 | 0 | 100100 | 10101 | 11001 | 101001110 | 100100 | 111110 |
Color Harmonies of #C07A98
Complementary color
Monochromatic Colors of #C07A98
Black with #C07A98
Text Example
Text Example
White with #C07A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A98; }
p { color: rgb(192,122,152); }
H1.HeaderClassName
{
color: #C07A98;
}
.AnyTagClassName
{
color: #C07A98;
}
</style>
background-color css
<style>
a { background-color: #C07A98; }
a { background-color: rgb(192,122,152); }
div.DivClassName
{
background-color: #C07A98;
}
.BgClassName
{
background-color: #C07A98;
}
</style>
border-color css
<style>
span { border-color: #C07A98; }
span { border-color: rgb(192,122,152); }
td.TdClassName
{
border-color: #C07A98;
}
.TagClassName
{
border-color: #C07A98;
}
</style>