Shades of Hopbush #C16E97
Tints of Hopbush #C16E97
RGB
CMYK
RGB Variations
Color information
#C16E97 (or 0xC16E97) is known color: Hopbush. HEX triplet: C1, 6E and 97. RGB value is (193,110,151). Sum of RGB (Red+Green+Blue) = 193+110+151=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16E97 is #3E9168. Grayscale: #8B8B8B. Windows color (decimal): -4100457 or 9924289. OLE color: 9924289.
HSL color Cylindrical-coordinate representation of color #C16E97: hue angle of 330.36º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16E97 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 151 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.24 |
| HSL | 330.36º | 0.4% | 0.59% | - |
| HSV(B) | 330.36º | 0.43% | 0.76% | - |
| XYZ | 33.15 | 24.72 | 32.3 | - |
| YUV | 139.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 151 | 0 | 0.43 | 0.22 | 0.24 | 330.36 | 0.4 | 0.59 |
| Hex | C1 | 6E | 97 | 0 | 2B | 16 | 18 | 14A | 28 | 3B |
| Octal | 301 | 156 | 227 | 0 | 53 | 26 | 30 | 512 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10010111 | 0 | 101011 | 10110 | 11000 | 101001010 | 101000 | 111011 |
Color Harmonies of #C16E97
Complementary color
Monochromatic Colors of #C16E97
Black with #C16E97
Text Example
Text Example
White with #C16E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E97; }
p { color: rgb(193,110,151); }
H1.HeaderClassName
{
color: #C16E97;
}
.AnyTagClassName
{
color: #C16E97;
}
</style>
background-color css
<style>
a { background-color: #C16E97; }
a { background-color: rgb(193,110,151); }
div.DivClassName
{
background-color: #C16E97;
}
.BgClassName
{
background-color: #C16E97;
}
</style>
border-color css
<style>
span { border-color: #C16E97; }
span { border-color: rgb(193,110,151); }
td.TdClassName
{
border-color: #C16E97;
}
.TagClassName
{
border-color: #C16E97;
}
</style>