Shades of Hopbush #C16991
Tints of Hopbush #C16991
RGB
CMYK
RGB Variations
Color information
#C16991 (or 0xC16991) is known color: Hopbush. HEX triplet: C1, 69 and 91. RGB value is (193,105,145). Sum of RGB (Red+Green+Blue) = 193+105+145=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C16991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16991 is #3E966E. Grayscale: #878787. Windows color (decimal): -4101743 or 9529793. OLE color: 9529793.
HSL color Cylindrical-coordinate representation of color #C16991: hue angle of 332.73º 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 #C16991 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 145 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.24 |
| HSL | 332.73º | 0.42% | 0.58% | - |
| HSV(B) | 332.73º | 0.46% | 0.76% | - |
| XYZ | 32.15 | 23.48 | 29.63 | - |
| YUV | 135.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 145 | 0 | 0.46 | 0.25 | 0.24 | 332.73 | 0.42 | 0.58 |
| Hex | C1 | 69 | 91 | 0 | 2E | 19 | 18 | 14D | 2A | 3A |
| Octal | 301 | 151 | 221 | 0 | 56 | 31 | 30 | 515 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10010001 | 0 | 101110 | 11001 | 11000 | 101001101 | 101010 | 111010 |
Color Harmonies of #C16991
Complementary color
Monochromatic Colors of #C16991
Black with #C16991
Text Example
Text Example
White with #C16991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16991; }
p { color: rgb(193,105,145); }
H1.HeaderClassName
{
color: #C16991;
}
.AnyTagClassName
{
color: #C16991;
}
</style>
background-color css
<style>
a { background-color: #C16991; }
a { background-color: rgb(193,105,145); }
div.DivClassName
{
background-color: #C16991;
}
.BgClassName
{
background-color: #C16991;
}
</style>
border-color css
<style>
span { border-color: #C16991; }
span { border-color: rgb(193,105,145); }
td.TdClassName
{
border-color: #C16991;
}
.TagClassName
{
border-color: #C16991;
}
</style>