Shades of Hopbush #C16888
Tints of Hopbush #C16888
RGB
CMYK
RGB Variations
Color information
#C16888 (or 0xC16888) is known color: Hopbush. HEX triplet: C1, 68 and 88. RGB value is (193,104,136). Sum of RGB (Red+Green+Blue) = 193+104+136=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C16888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16888 is #3E9777. Grayscale: #868686. Windows color (decimal): -4102008 or 8939713. OLE color: 8939713.
HSL color Cylindrical-coordinate representation of color #C16888: hue angle of 338.43º 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 #C16888 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 136 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.24 |
| HSL | 338.43º | 0.42% | 0.58% | - |
| HSV(B) | 338.43º | 0.46% | 0.76% | - |
| XYZ | 31.39 | 23.02 | 26.08 | - |
| YUV | 134.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 136 | 0 | 0.46 | 0.30 | 0.24 | 338.43 | 0.42 | 0.58 |
| Hex | C1 | 68 | 88 | 0 | 2E | 1E | 18 | 152 | 2A | 3A |
| Octal | 301 | 150 | 210 | 0 | 56 | 36 | 30 | 522 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10001000 | 0 | 101110 | 11110 | 11000 | 101010010 | 101010 | 111010 |
Color Harmonies of #C16888
Complementary color
Monochromatic Colors of #C16888
Black with #C16888
Text Example
Text Example
White with #C16888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16888; }
p { color: rgb(193,104,136); }
H1.HeaderClassName
{
color: #C16888;
}
.AnyTagClassName
{
color: #C16888;
}
</style>
background-color css
<style>
a { background-color: #C16888; }
a { background-color: rgb(193,104,136); }
div.DivClassName
{
background-color: #C16888;
}
.BgClassName
{
background-color: #C16888;
}
</style>
border-color css
<style>
span { border-color: #C16888; }
span { border-color: rgb(193,104,136); }
td.TdClassName
{
border-color: #C16888;
}
.TagClassName
{
border-color: #C16888;
}
</style>