Shades of Hopbush #C16297
Tints of Hopbush #C16297
RGB
CMYK
RGB Variations
Color information
#C16297 (or 0xC16297) is known color: Hopbush. HEX triplet: C1, 62 and 97. RGB value is (193,98,151). Sum of RGB (Red+Green+Blue) = 193+98+151=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C16297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16297 is #3E9D68. Grayscale: #848484. Windows color (decimal): -4103529 or 9921217. OLE color: 9921217.
HSL color Cylindrical-coordinate representation of color #C16297: hue angle of 326.53º 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 #C16297 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 151 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.24 |
| HSL | 326.53º | 0.43% | 0.57% | - |
| HSV(B) | 326.53º | 0.49% | 0.76% | - |
| XYZ | 31.95 | 22.31 | 31.9 | - |
| YUV | 132.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 151 | 0 | 0.49 | 0.22 | 0.24 | 326.53 | 0.43 | 0.57 |
| Hex | C1 | 62 | 97 | 0 | 31 | 16 | 18 | 147 | 2B | 39 |
| Octal | 301 | 142 | 227 | 0 | 61 | 26 | 30 | 507 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10010111 | 0 | 110001 | 10110 | 11000 | 101000111 | 101011 | 111001 |
Color Harmonies of #C16297
Complementary color
Monochromatic Colors of #C16297
Black with #C16297
Text Example
Text Example
White with #C16297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16297; }
p { color: rgb(193,98,151); }
H1.HeaderClassName
{
color: #C16297;
}
.AnyTagClassName
{
color: #C16297;
}
</style>
background-color css
<style>
a { background-color: #C16297; }
a { background-color: rgb(193,98,151); }
div.DivClassName
{
background-color: #C16297;
}
.BgClassName
{
background-color: #C16297;
}
</style>
border-color css
<style>
span { border-color: #C16297; }
span { border-color: rgb(193,98,151); }
td.TdClassName
{
border-color: #C16297;
}
.TagClassName
{
border-color: #C16297;
}
</style>