Shades of Hopbush #C16F95
Tints of Hopbush #C16F95
RGB
CMYK
RGB Variations
Color information
#C16F95 (or 0xC16F95) is known color: Hopbush. HEX triplet: C1, 6F and 95. RGB value is (193,111,149). Sum of RGB (Red+Green+Blue) = 193+111+149=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F95 is #3E906A. Grayscale: #8B8B8B. Windows color (decimal): -4100203 or 9793473. OLE color: 9793473.
HSL color Cylindrical-coordinate representation of color #C16F95: hue angle of 332.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F95 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 149 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.24 |
| HSL | 332.2º | 0.4% | 0.6% | - |
| HSV(B) | 332.2º | 0.42% | 0.76% | - |
| XYZ | 33.1 | 24.88 | 31.49 | - |
| YUV | 139.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 149 | 0 | 0.42 | 0.23 | 0.24 | 332.2 | 0.4 | 0.6 |
| Hex | C1 | 6F | 95 | 0 | 2A | 17 | 18 | 14C | 28 | 3C |
| Octal | 301 | 157 | 225 | 0 | 52 | 27 | 30 | 514 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10010101 | 0 | 101010 | 10111 | 11000 | 101001100 | 101000 | 111100 |
Color Harmonies of #C16F95
Complementary color
Monochromatic Colors of #C16F95
Black with #C16F95
Text Example
Text Example
White with #C16F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F95; }
p { color: rgb(193,111,149); }
H1.HeaderClassName
{
color: #C16F95;
}
.AnyTagClassName
{
color: #C16F95;
}
</style>
background-color css
<style>
a { background-color: #C16F95; }
a { background-color: rgb(193,111,149); }
div.DivClassName
{
background-color: #C16F95;
}
.BgClassName
{
background-color: #C16F95;
}
</style>
border-color css
<style>
span { border-color: #C16F95; }
span { border-color: rgb(193,111,149); }
td.TdClassName
{
border-color: #C16F95;
}
.TagClassName
{
border-color: #C16F95;
}
</style>