Shades of Hopbush #C16398
Tints of Hopbush #C16398
RGB
CMYK
RGB Variations
Color information
#C16398 (or 0xC16398) is known color: Hopbush. HEX triplet: C1, 63 and 98. RGB value is (193,99,152). Sum of RGB (Red+Green+Blue) = 193+99+152=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C16398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16398 is #3E9C67. Grayscale: #858585. Windows color (decimal): -4103272 or 9987009. OLE color: 9987009.
HSL color Cylindrical-coordinate representation of color #C16398: hue angle of 326.17º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16398 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 152 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.24 |
| HSL | 326.17º | 0.43% | 0.57% | - |
| HSV(B) | 326.17º | 0.49% | 0.76% | - |
| XYZ | 32.12 | 22.53 | 32.36 | - |
| YUV | 133.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 152 | 0 | 0.49 | 0.21 | 0.24 | 326.17 | 0.43 | 0.57 |
| Hex | C1 | 63 | 98 | 0 | 31 | 15 | 18 | 146 | 2B | 39 |
| Octal | 301 | 143 | 230 | 0 | 61 | 25 | 30 | 506 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10011000 | 0 | 110001 | 10101 | 11000 | 101000110 | 101011 | 111001 |
Color Harmonies of #C16398
Complementary color
Monochromatic Colors of #C16398
Black with #C16398
Text Example
Text Example
White with #C16398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16398; }
p { color: rgb(193,99,152); }
H1.HeaderClassName
{
color: #C16398;
}
.AnyTagClassName
{
color: #C16398;
}
</style>
background-color css
<style>
a { background-color: #C16398; }
a { background-color: rgb(193,99,152); }
div.DivClassName
{
background-color: #C16398;
}
.BgClassName
{
background-color: #C16398;
}
</style>
border-color css
<style>
span { border-color: #C16398; }
span { border-color: rgb(193,99,152); }
td.TdClassName
{
border-color: #C16398;
}
.TagClassName
{
border-color: #C16398;
}
</style>