Shades of Hopbush #C16D96
Tints of Hopbush #C16D96
RGB
CMYK
RGB Variations
Color information
#C16D96 (or 0xC16D96) is known color: Hopbush. HEX triplet: C1, 6D and 96. RGB value is (193,109,150). Sum of RGB (Red+Green+Blue) = 193+109+150=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16D96 is #3E9269. Grayscale: #8A8A8A. Windows color (decimal): -4100714 or 9858497. OLE color: 9858497.
HSL color Cylindrical-coordinate representation of color #C16D96: hue angle of 330.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16D96 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 150 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.24 |
| HSL | 330.71º | 0.4% | 0.59% | - |
| HSV(B) | 330.71º | 0.44% | 0.76% | - |
| XYZ | 32.97 | 24.48 | 31.84 | - |
| YUV | 138.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 150 | 0 | 0.44 | 0.22 | 0.24 | 330.71 | 0.4 | 0.59 |
| Hex | C1 | 6D | 96 | 0 | 2C | 16 | 18 | 14B | 28 | 3B |
| Octal | 301 | 155 | 226 | 0 | 54 | 26 | 30 | 513 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10010110 | 0 | 101100 | 10110 | 11000 | 101001011 | 101000 | 111011 |
Color Harmonies of #C16D96
Complementary color
Monochromatic Colors of #C16D96
Black with #C16D96
Text Example
Text Example
White with #C16D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D96; }
p { color: rgb(193,109,150); }
H1.HeaderClassName
{
color: #C16D96;
}
.AnyTagClassName
{
color: #C16D96;
}
</style>
background-color css
<style>
a { background-color: #C16D96; }
a { background-color: rgb(193,109,150); }
div.DivClassName
{
background-color: #C16D96;
}
.BgClassName
{
background-color: #C16D96;
}
</style>
border-color css
<style>
span { border-color: #C16D96; }
span { border-color: rgb(193,109,150); }
td.TdClassName
{
border-color: #C16D96;
}
.TagClassName
{
border-color: #C16D96;
}
</style>