Shades of Hopbush #C16989
Tints of Hopbush #C16989
RGB
CMYK
RGB Variations
Color information
#C16989 (or 0xC16989) is known color: Hopbush. HEX triplet: C1, 69 and 89. RGB value is (193,105,137). Sum of RGB (Red+Green+Blue) = 193+105+137=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C16989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16989 is #3E9676. Grayscale: #868686. Windows color (decimal): -4101751 or 9005505. OLE color: 9005505.
HSL color Cylindrical-coordinate representation of color #C16989: hue angle of 338.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16989 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 137 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.24 |
| HSL | 338.18º | 0.42% | 0.58% | - |
| HSV(B) | 338.18º | 0.46% | 0.76% | - |
| XYZ | 31.56 | 23.25 | 26.49 | - |
| YUV | 134.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 137 | 0 | 0.46 | 0.29 | 0.24 | 338.18 | 0.42 | 0.58 |
| Hex | C1 | 69 | 89 | 0 | 2E | 1D | 18 | 152 | 2A | 3A |
| Octal | 301 | 151 | 211 | 0 | 56 | 35 | 30 | 522 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10001001 | 0 | 101110 | 11101 | 11000 | 101010010 | 101010 | 111010 |
Color Harmonies of #C16989
Complementary color
Monochromatic Colors of #C16989
Black with #C16989
Text Example
Text Example
White with #C16989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16989; }
p { color: rgb(193,105,137); }
H1.HeaderClassName
{
color: #C16989;
}
.AnyTagClassName
{
color: #C16989;
}
</style>
background-color css
<style>
a { background-color: #C16989; }
a { background-color: rgb(193,105,137); }
div.DivClassName
{
background-color: #C16989;
}
.BgClassName
{
background-color: #C16989;
}
</style>
border-color css
<style>
span { border-color: #C16989; }
span { border-color: rgb(193,105,137); }
td.TdClassName
{
border-color: #C16989;
}
.TagClassName
{
border-color: #C16989;
}
</style>