Shades of Hopbush #C07296
Tints of Hopbush #C07296
RGB
CMYK
RGB Variations
Color information
#C07296 (or 0xC07296) is known color: Hopbush. HEX triplet: C0, 72 and 96. RGB value is (192,114,150). Sum of RGB (Red+Green+Blue) = 192+114+150=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07296 is #3F8D69. Grayscale: #8D8D8D. Windows color (decimal): -4164970 or 9859776. OLE color: 9859776.
HSL color Cylindrical-coordinate representation of color #C07296: hue angle of 332.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07296 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 150 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.25 |
| HSL | 332.31º | 0.38% | 0.6% | - |
| HSV(B) | 332.31º | 0.41% | 0.75% | - |
| XYZ | 33.26 | 25.44 | 32.01 | - |
| YUV | 141.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 150 | 0 | 0.41 | 0.22 | 0.25 | 332.31 | 0.38 | 0.6 |
| Hex | C0 | 72 | 96 | 0 | 29 | 16 | 19 | 14C | 26 | 3C |
| Octal | 300 | 162 | 226 | 0 | 51 | 26 | 31 | 514 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10010110 | 0 | 101001 | 10110 | 11001 | 101001100 | 100110 | 111100 |
Color Harmonies of #C07296
Complementary color
Monochromatic Colors of #C07296
Black with #C07296
Text Example
Text Example
White with #C07296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07296; }
p { color: rgb(192,114,150); }
H1.HeaderClassName
{
color: #C07296;
}
.AnyTagClassName
{
color: #C07296;
}
</style>
background-color css
<style>
a { background-color: #C07296; }
a { background-color: rgb(192,114,150); }
div.DivClassName
{
background-color: #C07296;
}
.BgClassName
{
background-color: #C07296;
}
</style>
border-color css
<style>
span { border-color: #C07296; }
span { border-color: rgb(192,114,150); }
td.TdClassName
{
border-color: #C07296;
}
.TagClassName
{
border-color: #C07296;
}
</style>