Shades of Hopbush #C16697
Tints of Hopbush #C16697
RGB
CMYK
RGB Variations
Color information
#C16697 (or 0xC16697) is known color: Hopbush. HEX triplet: C1, 66 and 97. RGB value is (193,102,151). Sum of RGB (Red+Green+Blue) = 193+102+151=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C16697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16697 is #3E9968. Grayscale: #868686. Windows color (decimal): -4102505 or 9922241. OLE color: 9922241.
HSL color Cylindrical-coordinate representation of color #C16697: hue angle of 327.69º 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 #C16697 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 151 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.24 |
| HSL | 327.69º | 0.42% | 0.58% | - |
| HSV(B) | 327.69º | 0.47% | 0.76% | - |
| XYZ | 32.33 | 23.07 | 32.03 | - |
| YUV | 134.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 151 | 0 | 0.47 | 0.22 | 0.24 | 327.69 | 0.42 | 0.58 |
| Hex | C1 | 66 | 97 | 0 | 2F | 16 | 18 | 148 | 2A | 3A |
| Octal | 301 | 146 | 227 | 0 | 57 | 26 | 30 | 510 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10010111 | 0 | 101111 | 10110 | 11000 | 101001000 | 101010 | 111010 |
Color Harmonies of #C16697
Complementary color
Monochromatic Colors of #C16697
Black with #C16697
Text Example
Text Example
White with #C16697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16697; }
p { color: rgb(193,102,151); }
H1.HeaderClassName
{
color: #C16697;
}
.AnyTagClassName
{
color: #C16697;
}
</style>
background-color css
<style>
a { background-color: #C16697; }
a { background-color: rgb(193,102,151); }
div.DivClassName
{
background-color: #C16697;
}
.BgClassName
{
background-color: #C16697;
}
</style>
border-color css
<style>
span { border-color: #C16697; }
span { border-color: rgb(193,102,151); }
td.TdClassName
{
border-color: #C16697;
}
.TagClassName
{
border-color: #C16697;
}
</style>