Shades of Hopbush #C16298
Tints of Hopbush #C16298
RGB
CMYK
RGB Variations
Color information
#C16298 (or 0xC16298) is known color: Hopbush. HEX triplet: C1, 62 and 98. RGB value is (193,98,152). Sum of RGB (Red+Green+Blue) = 193+98+152=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C16298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16298 is #3E9D67. Grayscale: #848484. Windows color (decimal): -4103528 or 9986753. OLE color: 9986753.
HSL color Cylindrical-coordinate representation of color #C16298: hue angle of 325.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16298 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 152 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.24 |
| HSL | 325.89º | 0.43% | 0.57% | - |
| HSV(B) | 325.89º | 0.49% | 0.76% | - |
| XYZ | 32.03 | 22.34 | 32.33 | - |
| YUV | 132.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 152 | 0 | 0.49 | 0.21 | 0.24 | 325.89 | 0.43 | 0.57 |
| Hex | C1 | 62 | 98 | 0 | 31 | 15 | 18 | 146 | 2B | 39 |
| Octal | 301 | 142 | 230 | 0 | 61 | 25 | 30 | 506 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10011000 | 0 | 110001 | 10101 | 11000 | 101000110 | 101011 | 111001 |
Color Harmonies of #C16298
Complementary color
Monochromatic Colors of #C16298
Black with #C16298
Text Example
Text Example
White with #C16298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16298; }
p { color: rgb(193,98,152); }
H1.HeaderClassName
{
color: #C16298;
}
.AnyTagClassName
{
color: #C16298;
}
</style>
background-color css
<style>
a { background-color: #C16298; }
a { background-color: rgb(193,98,152); }
div.DivClassName
{
background-color: #C16298;
}
.BgClassName
{
background-color: #C16298;
}
</style>
border-color css
<style>
span { border-color: #C16298; }
span { border-color: rgb(193,98,152); }
td.TdClassName
{
border-color: #C16298;
}
.TagClassName
{
border-color: #C16298;
}
</style>