Shades of Hopbush #C07495
Tints of Hopbush #C07495
RGB
CMYK
RGB Variations
Color information
#C07495 (or 0xC07495) is known color: Hopbush. HEX triplet: C0, 74 and 95. RGB value is (192,116,149). Sum of RGB (Red+Green+Blue) = 192+116+149=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C07495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07495 is #3F8B6A. Grayscale: #8E8E8E. Windows color (decimal): -4164459 or 9794752. OLE color: 9794752.
HSL color Cylindrical-coordinate representation of color #C07495: hue angle of 333.95º 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 #C07495 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 149 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.25 |
| HSL | 333.95º | 0.38% | 0.6% | - |
| HSV(B) | 333.95º | 0.4% | 0.75% | - |
| XYZ | 33.41 | 25.87 | 31.67 | - |
| YUV | 142.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 149 | 0 | 0.40 | 0.22 | 0.25 | 333.95 | 0.38 | 0.6 |
| Hex | C0 | 74 | 95 | 0 | 28 | 16 | 19 | 14E | 26 | 3C |
| Octal | 300 | 164 | 225 | 0 | 50 | 26 | 31 | 516 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10010101 | 0 | 101000 | 10110 | 11001 | 101001110 | 100110 | 111100 |
Color Harmonies of #C07495
Complementary color
Monochromatic Colors of #C07495
Black with #C07495
Text Example
Text Example
White with #C07495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07495; }
p { color: rgb(192,116,149); }
H1.HeaderClassName
{
color: #C07495;
}
.AnyTagClassName
{
color: #C07495;
}
</style>
background-color css
<style>
a { background-color: #C07495; }
a { background-color: rgb(192,116,149); }
div.DivClassName
{
background-color: #C07495;
}
.BgClassName
{
background-color: #C07495;
}
</style>
border-color css
<style>
span { border-color: #C07495; }
span { border-color: rgb(192,116,149); }
td.TdClassName
{
border-color: #C07495;
}
.TagClassName
{
border-color: #C07495;
}
</style>