Shades of Hopbush #C16294
Tints of Hopbush #C16294
RGB
CMYK
RGB Variations
Color information
#C16294 (or 0xC16294) is known color: Hopbush. HEX triplet: C1, 62 and 94. RGB value is (193,98,148). Sum of RGB (Red+Green+Blue) = 193+98+148=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C16294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16294 is #3E9D6B. Grayscale: #848484. Windows color (decimal): -4103532 or 9724609. OLE color: 9724609.
HSL color Cylindrical-coordinate representation of color #C16294: hue angle of 328.42º 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 #C16294 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 148 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.24 |
| HSL | 328.42º | 0.43% | 0.57% | - |
| HSV(B) | 328.42º | 0.49% | 0.76% | - |
| XYZ | 31.71 | 22.21 | 30.63 | - |
| YUV | 132.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 148 | 0 | 0.49 | 0.23 | 0.24 | 328.42 | 0.43 | 0.57 |
| Hex | C1 | 62 | 94 | 0 | 31 | 17 | 18 | 148 | 2B | 39 |
| Octal | 301 | 142 | 224 | 0 | 61 | 27 | 30 | 510 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10010100 | 0 | 110001 | 10111 | 11000 | 101001000 | 101011 | 111001 |
Color Harmonies of #C16294
Complementary color
Monochromatic Colors of #C16294
Black with #C16294
Text Example
Text Example
White with #C16294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16294; }
p { color: rgb(193,98,148); }
H1.HeaderClassName
{
color: #C16294;
}
.AnyTagClassName
{
color: #C16294;
}
</style>
background-color css
<style>
a { background-color: #C16294; }
a { background-color: rgb(193,98,148); }
div.DivClassName
{
background-color: #C16294;
}
.BgClassName
{
background-color: #C16294;
}
</style>
border-color css
<style>
span { border-color: #C16294; }
span { border-color: rgb(193,98,148); }
td.TdClassName
{
border-color: #C16294;
}
.TagClassName
{
border-color: #C16294;
}
</style>