Shades of Hopbush #C16192
Tints of Hopbush #C16192
RGB
CMYK
RGB Variations
Color information
#C16192 (or 0xC16192) is known color: Hopbush. HEX triplet: C1, 61 and 92. RGB value is (193,97,146). Sum of RGB (Red+Green+Blue) = 193+97+146=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C16192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16192 is #3E9E6D. Grayscale: #838383. Windows color (decimal): -4103790 or 9593281. OLE color: 9593281.
HSL color Cylindrical-coordinate representation of color #C16192: hue angle of 329.38º 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 #C16192 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 146 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.24 |
| HSL | 329.38º | 0.44% | 0.57% | - |
| HSV(B) | 329.38º | 0.5% | 0.76% | - |
| XYZ | 31.46 | 21.96 | 29.78 | - |
| YUV | 131.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 146 | 0 | 0.50 | 0.24 | 0.24 | 329.38 | 0.44 | 0.57 |
| Hex | C1 | 61 | 92 | 0 | 32 | 18 | 18 | 149 | 2C | 39 |
| Octal | 301 | 141 | 222 | 0 | 62 | 30 | 30 | 511 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10010010 | 0 | 110010 | 11000 | 11000 | 101001001 | 101100 | 111001 |
Color Harmonies of #C16192
Complementary color
Monochromatic Colors of #C16192
Black with #C16192
Text Example
Text Example
White with #C16192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16192; }
p { color: rgb(193,97,146); }
H1.HeaderClassName
{
color: #C16192;
}
.AnyTagClassName
{
color: #C16192;
}
</style>
background-color css
<style>
a { background-color: #C16192; }
a { background-color: rgb(193,97,146); }
div.DivClassName
{
background-color: #C16192;
}
.BgClassName
{
background-color: #C16192;
}
</style>
border-color css
<style>
span { border-color: #C16192; }
span { border-color: rgb(193,97,146); }
td.TdClassName
{
border-color: #C16192;
}
.TagClassName
{
border-color: #C16192;
}
</style>