Shades of Hopbush #C16895
Tints of Hopbush #C16895
RGB
CMYK
RGB Variations
Color information
#C16895 (or 0xC16895) is known color: Hopbush. HEX triplet: C1, 68 and 95. RGB value is (193,104,149). Sum of RGB (Red+Green+Blue) = 193+104+149=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C16895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16895 is #3E976A. Grayscale: #878787. Windows color (decimal): -4101995 or 9791681. OLE color: 9791681.
HSL color Cylindrical-coordinate representation of color #C16895: hue angle of 329.66º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16895 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 149 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.24 |
| HSL | 329.66º | 0.42% | 0.58% | - |
| HSV(B) | 329.66º | 0.46% | 0.76% | - |
| XYZ | 32.37 | 23.41 | 31.25 | - |
| YUV | 135.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 149 | 0 | 0.46 | 0.23 | 0.24 | 329.66 | 0.42 | 0.58 |
| Hex | C1 | 68 | 95 | 0 | 2E | 17 | 18 | 14A | 2A | 3A |
| Octal | 301 | 150 | 225 | 0 | 56 | 27 | 30 | 512 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10010101 | 0 | 101110 | 10111 | 11000 | 101001010 | 101010 | 111010 |
Color Harmonies of #C16895
Complementary color
Monochromatic Colors of #C16895
Black with #C16895
Text Example
Text Example
White with #C16895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16895; }
p { color: rgb(193,104,149); }
H1.HeaderClassName
{
color: #C16895;
}
.AnyTagClassName
{
color: #C16895;
}
</style>
background-color css
<style>
a { background-color: #C16895; }
a { background-color: rgb(193,104,149); }
div.DivClassName
{
background-color: #C16895;
}
.BgClassName
{
background-color: #C16895;
}
</style>
border-color css
<style>
span { border-color: #C16895; }
span { border-color: rgb(193,104,149); }
td.TdClassName
{
border-color: #C16895;
}
.TagClassName
{
border-color: #C16895;
}
</style>