Shades of Hopbush #C16E90
Tints of Hopbush #C16E90
RGB
CMYK
RGB Variations
Color information
#C16E90 (or 0xC16E90) is known color: Hopbush. HEX triplet: C1, 6E and 90. RGB value is (193,110,144). Sum of RGB (Red+Green+Blue) = 193+110+144=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16E90 is #3E916F. Grayscale: #8A8A8A. Windows color (decimal): -4100464 or 9465537. OLE color: 9465537.
HSL color Cylindrical-coordinate representation of color #C16E90: hue angle of 335.42º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16E90 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 144 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.24 |
| HSL | 335.42º | 0.4% | 0.59% | - |
| HSV(B) | 335.42º | 0.43% | 0.76% | - |
| XYZ | 32.6 | 24.5 | 29.4 | - |
| YUV | 138.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 144 | 0 | 0.43 | 0.25 | 0.24 | 335.42 | 0.4 | 0.59 |
| Hex | C1 | 6E | 90 | 0 | 2B | 19 | 18 | 14F | 28 | 3B |
| Octal | 301 | 156 | 220 | 0 | 53 | 31 | 30 | 517 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10010000 | 0 | 101011 | 11001 | 11000 | 101001111 | 101000 | 111011 |
Color Harmonies of #C16E90
Complementary color
Monochromatic Colors of #C16E90
Black with #C16E90
Text Example
Text Example
White with #C16E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E90; }
p { color: rgb(193,110,144); }
H1.HeaderClassName
{
color: #C16E90;
}
.AnyTagClassName
{
color: #C16E90;
}
</style>
background-color css
<style>
a { background-color: #C16E90; }
a { background-color: rgb(193,110,144); }
div.DivClassName
{
background-color: #C16E90;
}
.BgClassName
{
background-color: #C16E90;
}
</style>
border-color css
<style>
span { border-color: #C16E90; }
span { border-color: rgb(193,110,144); }
td.TdClassName
{
border-color: #C16E90;
}
.TagClassName
{
border-color: #C16E90;
}
</style>