Shades of Hopbush #C16BA8
Tints of Hopbush #C16BA8
RGB
CMYK
RGB Variations
Color information
#C16BA8 (or 0xC16BA8) is known color: Hopbush. HEX triplet: C1, 6B and A8. RGB value is (193,107,168). Sum of RGB (Red+Green+Blue) = 193+107+168=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BA8 is #3E9457. Grayscale: #8B8B8B. Windows color (decimal): -4101208 or 11037633. OLE color: 11037633.
HSL color Cylindrical-coordinate representation of color #C16BA8: hue angle of 317.44º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BA8 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 168 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.24 |
| HSL | 317.44º | 0.41% | 0.59% | - |
| HSV(B) | 317.44º | 0.45% | 0.76% | - |
| XYZ | 34.32 | 24.68 | 40 | - |
| YUV | 139.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 168 | 0 | 0.45 | 0.13 | 0.24 | 317.44 | 0.41 | 0.59 |
| Hex | C1 | 6B | A8 | 0 | 2D | D | 18 | 13D | 29 | 3B |
| Octal | 301 | 153 | 250 | 0 | 55 | 15 | 30 | 475 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10101000 | 0 | 101101 | 1101 | 11000 | 100111101 | 101001 | 111011 |
Color Harmonies of #C16BA8
Complementary color
Monochromatic Colors of #C16BA8
Black with #C16BA8
Text Example
Text Example
White with #C16BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BA8; }
p { color: rgb(193,107,168); }
H1.HeaderClassName
{
color: #C16BA8;
}
.AnyTagClassName
{
color: #C16BA8;
}
</style>
background-color css
<style>
a { background-color: #C16BA8; }
a { background-color: rgb(193,107,168); }
div.DivClassName
{
background-color: #C16BA8;
}
.BgClassName
{
background-color: #C16BA8;
}
</style>
border-color css
<style>
span { border-color: #C16BA8; }
span { border-color: rgb(193,107,168); }
td.TdClassName
{
border-color: #C16BA8;
}
.TagClassName
{
border-color: #C16BA8;
}
</style>