Shades of Hopbush #C16897
Tints of Hopbush #C16897
RGB
CMYK
RGB Variations
Color information
#C16897 (or 0xC16897) is known color: Hopbush. HEX triplet: C1, 68 and 97. RGB value is (193,104,151). Sum of RGB (Red+Green+Blue) = 193+104+151=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C16897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16897 is #3E9768. Grayscale: #878787. Windows color (decimal): -4101993 or 9922753. OLE color: 9922753.
HSL color Cylindrical-coordinate representation of color #C16897: hue angle of 328.31º 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 #C16897 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 151 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.24 |
| HSL | 328.31º | 0.42% | 0.58% | - |
| HSV(B) | 328.31º | 0.46% | 0.76% | - |
| XYZ | 32.53 | 23.47 | 32.09 | - |
| YUV | 135.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 151 | 0 | 0.46 | 0.22 | 0.24 | 328.31 | 0.42 | 0.58 |
| Hex | C1 | 68 | 97 | 0 | 2E | 16 | 18 | 148 | 2A | 3A |
| Octal | 301 | 150 | 227 | 0 | 56 | 26 | 30 | 510 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10010111 | 0 | 101110 | 10110 | 11000 | 101001000 | 101010 | 111010 |
Color Harmonies of #C16897
Complementary color
Monochromatic Colors of #C16897
Black with #C16897
Text Example
Text Example
White with #C16897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16897; }
p { color: rgb(193,104,151); }
H1.HeaderClassName
{
color: #C16897;
}
.AnyTagClassName
{
color: #C16897;
}
</style>
background-color css
<style>
a { background-color: #C16897; }
a { background-color: rgb(193,104,151); }
div.DivClassName
{
background-color: #C16897;
}
.BgClassName
{
background-color: #C16897;
}
</style>
border-color css
<style>
span { border-color: #C16897; }
span { border-color: rgb(193,104,151); }
td.TdClassName
{
border-color: #C16897;
}
.TagClassName
{
border-color: #C16897;
}
</style>