Shades of Hopbush #C166A8
Tints of Hopbush #C166A8
RGB
CMYK
RGB Variations
Color information
#C166A8 (or 0xC166A8) is known color: Hopbush. HEX triplet: C1, 66 and A8. RGB value is (193,102,168). Sum of RGB (Red+Green+Blue) = 193+102+168=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C166A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166A8 is #3E9957. Grayscale: #888888. Windows color (decimal): -4102488 or 11036353. OLE color: 11036353.
HSL color Cylindrical-coordinate representation of color #C166A8: hue angle of 316.48º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C166A8 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 168 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.24 |
| HSL | 316.48º | 0.42% | 0.58% | - |
| HSV(B) | 316.48º | 0.47% | 0.76% | - |
| XYZ | 33.81 | 23.67 | 39.83 | - |
| YUV | 136.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 168 | 0 | 0.47 | 0.13 | 0.24 | 316.48 | 0.42 | 0.58 |
| Hex | C1 | 66 | A8 | 0 | 2F | D | 18 | 13C | 2A | 3A |
| Octal | 301 | 146 | 250 | 0 | 57 | 15 | 30 | 474 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10101000 | 0 | 101111 | 1101 | 11000 | 100111100 | 101010 | 111010 |
Color Harmonies of #C166A8
Complementary color
Monochromatic Colors of #C166A8
Black with #C166A8
Text Example
Text Example
White with #C166A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166A8; }
p { color: rgb(193,102,168); }
H1.HeaderClassName
{
color: #C166A8;
}
.AnyTagClassName
{
color: #C166A8;
}
</style>
background-color css
<style>
a { background-color: #C166A8; }
a { background-color: rgb(193,102,168); }
div.DivClassName
{
background-color: #C166A8;
}
.BgClassName
{
background-color: #C166A8;
}
</style>
border-color css
<style>
span { border-color: #C166A8; }
span { border-color: rgb(193,102,168); }
td.TdClassName
{
border-color: #C166A8;
}
.TagClassName
{
border-color: #C166A8;
}
</style>