Shades of Hopbush #C16694
Tints of Hopbush #C16694
RGB
CMYK
RGB Variations
Color information
#C16694 (or 0xC16694) is known color: Hopbush. HEX triplet: C1, 66 and 94. RGB value is (193,102,148). Sum of RGB (Red+Green+Blue) = 193+102+148=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C16694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16694 is #3E996B. Grayscale: #868686. Windows color (decimal): -4102508 or 9725633. OLE color: 9725633.
HSL color Cylindrical-coordinate representation of color #C16694: hue angle of 329.67º 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 #C16694 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 148 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.24 |
| HSL | 329.67º | 0.42% | 0.58% | - |
| HSV(B) | 329.67º | 0.47% | 0.76% | - |
| XYZ | 32.09 | 22.98 | 30.76 | - |
| YUV | 134.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 148 | 0 | 0.47 | 0.23 | 0.24 | 329.67 | 0.42 | 0.58 |
| Hex | C1 | 66 | 94 | 0 | 2F | 17 | 18 | 14A | 2A | 3A |
| Octal | 301 | 146 | 224 | 0 | 57 | 27 | 30 | 512 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10010100 | 0 | 101111 | 10111 | 11000 | 101001010 | 101010 | 111010 |
Color Harmonies of #C16694
Complementary color
Monochromatic Colors of #C16694
Black with #C16694
Text Example
Text Example
White with #C16694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16694; }
p { color: rgb(193,102,148); }
H1.HeaderClassName
{
color: #C16694;
}
.AnyTagClassName
{
color: #C16694;
}
</style>
background-color css
<style>
a { background-color: #C16694; }
a { background-color: rgb(193,102,148); }
div.DivClassName
{
background-color: #C16694;
}
.BgClassName
{
background-color: #C16694;
}
</style>
border-color css
<style>
span { border-color: #C16694; }
span { border-color: rgb(193,102,148); }
td.TdClassName
{
border-color: #C16694;
}
.TagClassName
{
border-color: #C16694;
}
</style>