Shades of Hopbush #C16194
Tints of Hopbush #C16194
RGB
CMYK
RGB Variations
Color information
#C16194 (or 0xC16194) is known color: Hopbush. HEX triplet: C1, 61 and 94. RGB value is (193,97,148). Sum of RGB (Red+Green+Blue) = 193+97+148=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C16194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16194 is #3E9E6B. Grayscale: #838383. Windows color (decimal): -4103788 or 9724353. OLE color: 9724353.
HSL color Cylindrical-coordinate representation of color #C16194: hue angle of 328.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16194 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 148 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.24 |
| HSL | 328.13º | 0.44% | 0.57% | - |
| HSV(B) | 328.13º | 0.5% | 0.76% | - |
| XYZ | 31.61 | 22.02 | 30.6 | - |
| YUV | 131.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 148 | 0 | 0.50 | 0.23 | 0.24 | 328.13 | 0.44 | 0.57 |
| Hex | C1 | 61 | 94 | 0 | 32 | 17 | 18 | 148 | 2C | 39 |
| Octal | 301 | 141 | 224 | 0 | 62 | 27 | 30 | 510 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10010100 | 0 | 110010 | 10111 | 11000 | 101001000 | 101100 | 111001 |
Color Harmonies of #C16194
Complementary color
Monochromatic Colors of #C16194
Black with #C16194
Text Example
Text Example
White with #C16194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16194; }
p { color: rgb(193,97,148); }
H1.HeaderClassName
{
color: #C16194;
}
.AnyTagClassName
{
color: #C16194;
}
</style>
background-color css
<style>
a { background-color: #C16194; }
a { background-color: rgb(193,97,148); }
div.DivClassName
{
background-color: #C16194;
}
.BgClassName
{
background-color: #C16194;
}
</style>
border-color css
<style>
span { border-color: #C16194; }
span { border-color: rgb(193,97,148); }
td.TdClassName
{
border-color: #C16194;
}
.TagClassName
{
border-color: #C16194;
}
</style>