Shades of Hopbush #C16994
Tints of Hopbush #C16994
RGB
CMYK
RGB Variations
Color information
#C16994 (or 0xC16994) is known color: Hopbush. HEX triplet: C1, 69 and 94. RGB value is (193,105,148). Sum of RGB (Red+Green+Blue) = 193+105+148=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C16994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16994 is #3E966B. Grayscale: #888888. Windows color (decimal): -4101740 or 9726401. OLE color: 9726401.
HSL color Cylindrical-coordinate representation of color #C16994: hue angle of 330.68º 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 #C16994 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 148 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.24 |
| HSL | 330.68º | 0.42% | 0.58% | - |
| HSV(B) | 330.68º | 0.46% | 0.76% | - |
| XYZ | 32.39 | 23.58 | 30.86 | - |
| YUV | 136.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 148 | 0 | 0.46 | 0.23 | 0.24 | 330.68 | 0.42 | 0.58 |
| Hex | C1 | 69 | 94 | 0 | 2E | 17 | 18 | 14B | 2A | 3A |
| Octal | 301 | 151 | 224 | 0 | 56 | 27 | 30 | 513 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10010100 | 0 | 101110 | 10111 | 11000 | 101001011 | 101010 | 111010 |
Color Harmonies of #C16994
Complementary color
Monochromatic Colors of #C16994
Black with #C16994
Text Example
Text Example
White with #C16994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16994; }
p { color: rgb(193,105,148); }
H1.HeaderClassName
{
color: #C16994;
}
.AnyTagClassName
{
color: #C16994;
}
</style>
background-color css
<style>
a { background-color: #C16994; }
a { background-color: rgb(193,105,148); }
div.DivClassName
{
background-color: #C16994;
}
.BgClassName
{
background-color: #C16994;
}
</style>
border-color css
<style>
span { border-color: #C16994; }
span { border-color: rgb(193,105,148); }
td.TdClassName
{
border-color: #C16994;
}
.TagClassName
{
border-color: #C16994;
}
</style>