Shades of Hopbush #C16596
Tints of Hopbush #C16596
RGB
CMYK
RGB Variations
Color information
#C16596 (or 0xC16596) is known color: Hopbush. HEX triplet: C1, 65 and 96. RGB value is (193,101,150). Sum of RGB (Red+Green+Blue) = 193+101+150=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C16596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16596 is #3E9A69. Grayscale: #858585. Windows color (decimal): -4102762 or 9856449. OLE color: 9856449.
HSL color Cylindrical-coordinate representation of color #C16596: hue angle of 328.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16596 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 150 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.24 |
| HSL | 328.04º | 0.43% | 0.58% | - |
| HSV(B) | 328.04º | 0.48% | 0.76% | - |
| XYZ | 32.15 | 22.85 | 31.57 | - |
| YUV | 134.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 150 | 0 | 0.48 | 0.22 | 0.24 | 328.04 | 0.43 | 0.58 |
| Hex | C1 | 65 | 96 | 0 | 30 | 16 | 18 | 148 | 2B | 3A |
| Octal | 301 | 145 | 226 | 0 | 60 | 26 | 30 | 510 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10010110 | 0 | 110000 | 10110 | 11000 | 101001000 | 101011 | 111010 |
Color Harmonies of #C16596
Complementary color
Monochromatic Colors of #C16596
Black with #C16596
Text Example
Text Example
White with #C16596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16596; }
p { color: rgb(193,101,150); }
H1.HeaderClassName
{
color: #C16596;
}
.AnyTagClassName
{
color: #C16596;
}
</style>
background-color css
<style>
a { background-color: #C16596; }
a { background-color: rgb(193,101,150); }
div.DivClassName
{
background-color: #C16596;
}
.BgClassName
{
background-color: #C16596;
}
</style>
border-color css
<style>
span { border-color: #C16596; }
span { border-color: rgb(193,101,150); }
td.TdClassName
{
border-color: #C16596;
}
.TagClassName
{
border-color: #C16596;
}
</style>