Shades of Hopbush #C07494
Tints of Hopbush #C07494
RGB
CMYK
RGB Variations
Color information
#C07494 (or 0xC07494) is known color: Hopbush. HEX triplet: C0, 74 and 94. RGB value is (192,116,148). Sum of RGB (Red+Green+Blue) = 192+116+148=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07494 is #3F8B6B. Grayscale: #8E8E8E. Windows color (decimal): -4164460 or 9729216. OLE color: 9729216.
HSL color Cylindrical-coordinate representation of color #C07494: hue angle of 334.74º 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 #C07494 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 148 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.25 |
| HSL | 334.74º | 0.38% | 0.6% | - |
| HSV(B) | 334.74º | 0.4% | 0.75% | - |
| XYZ | 33.33 | 25.84 | 31.25 | - |
| YUV | 142.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 148 | 0 | 0.40 | 0.23 | 0.25 | 334.74 | 0.38 | 0.6 |
| Hex | C0 | 74 | 94 | 0 | 28 | 17 | 19 | 14F | 26 | 3C |
| Octal | 300 | 164 | 224 | 0 | 50 | 27 | 31 | 517 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10010100 | 0 | 101000 | 10111 | 11001 | 101001111 | 100110 | 111100 |
Color Harmonies of #C07494
Complementary color
Monochromatic Colors of #C07494
Black with #C07494
Text Example
Text Example
White with #C07494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07494; }
p { color: rgb(192,116,148); }
H1.HeaderClassName
{
color: #C07494;
}
.AnyTagClassName
{
color: #C07494;
}
</style>
background-color css
<style>
a { background-color: #C07494; }
a { background-color: rgb(192,116,148); }
div.DivClassName
{
background-color: #C07494;
}
.BgClassName
{
background-color: #C07494;
}
</style>
border-color css
<style>
span { border-color: #C07494; }
span { border-color: rgb(192,116,148); }
td.TdClassName
{
border-color: #C07494;
}
.TagClassName
{
border-color: #C07494;
}
</style>