Shades of Hopbush #C16990
Tints of Hopbush #C16990
RGB
CMYK
RGB Variations
Color information
#C16990 (or 0xC16990) is known color: Hopbush. HEX triplet: C1, 69 and 90. RGB value is (193,105,144). Sum of RGB (Red+Green+Blue) = 193+105+144=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C16990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16990 is #3E966F. Grayscale: #878787. Windows color (decimal): -4101744 or 9464257. OLE color: 9464257.
HSL color Cylindrical-coordinate representation of color #C16990: hue angle of 333.41º 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 #C16990 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 144 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.24 |
| HSL | 333.41º | 0.42% | 0.58% | - |
| HSV(B) | 333.41º | 0.46% | 0.76% | - |
| XYZ | 32.08 | 23.45 | 29.22 | - |
| YUV | 135.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 144 | 0 | 0.46 | 0.25 | 0.24 | 333.41 | 0.42 | 0.58 |
| Hex | C1 | 69 | 90 | 0 | 2E | 19 | 18 | 14D | 2A | 3A |
| Octal | 301 | 151 | 220 | 0 | 56 | 31 | 30 | 515 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10010000 | 0 | 101110 | 11001 | 11000 | 101001101 | 101010 | 111010 |
Color Harmonies of #C16990
Complementary color
Monochromatic Colors of #C16990
Black with #C16990
Text Example
Text Example
White with #C16990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16990; }
p { color: rgb(193,105,144); }
H1.HeaderClassName
{
color: #C16990;
}
.AnyTagClassName
{
color: #C16990;
}
</style>
background-color css
<style>
a { background-color: #C16990; }
a { background-color: rgb(193,105,144); }
div.DivClassName
{
background-color: #C16990;
}
.BgClassName
{
background-color: #C16990;
}
</style>
border-color css
<style>
span { border-color: #C16990; }
span { border-color: rgb(193,105,144); }
td.TdClassName
{
border-color: #C16990;
}
.TagClassName
{
border-color: #C16990;
}
</style>