Shades of Hopbush #C16F97
Tints of Hopbush #C16F97
RGB
CMYK
RGB Variations
Color information
#C16F97 (or 0xC16F97) is known color: Hopbush. HEX triplet: C1, 6F and 97. RGB value is (193,111,151). Sum of RGB (Red+Green+Blue) = 193+111+151=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F97 is #3E9068. Grayscale: #8C8C8C. Windows color (decimal): -4100201 or 9924545. OLE color: 9924545.
HSL color Cylindrical-coordinate representation of color #C16F97: hue angle of 330.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F97 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 151 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.24 |
| HSL | 330.73º | 0.4% | 0.6% | - |
| HSV(B) | 330.73º | 0.42% | 0.76% | - |
| XYZ | 33.26 | 24.94 | 32.34 | - |
| YUV | 140.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 151 | 0 | 0.42 | 0.22 | 0.24 | 330.73 | 0.4 | 0.6 |
| Hex | C1 | 6F | 97 | 0 | 2A | 16 | 18 | 14B | 28 | 3C |
| Octal | 301 | 157 | 227 | 0 | 52 | 26 | 30 | 513 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10010111 | 0 | 101010 | 10110 | 11000 | 101001011 | 101000 | 111100 |
Color Harmonies of #C16F97
Complementary color
Monochromatic Colors of #C16F97
Black with #C16F97
Text Example
Text Example
White with #C16F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F97; }
p { color: rgb(193,111,151); }
H1.HeaderClassName
{
color: #C16F97;
}
.AnyTagClassName
{
color: #C16F97;
}
</style>
background-color css
<style>
a { background-color: #C16F97; }
a { background-color: rgb(193,111,151); }
div.DivClassName
{
background-color: #C16F97;
}
.BgClassName
{
background-color: #C16F97;
}
</style>
border-color css
<style>
span { border-color: #C16F97; }
span { border-color: rgb(193,111,151); }
td.TdClassName
{
border-color: #C16F97;
}
.TagClassName
{
border-color: #C16F97;
}
</style>