Shades of Hopbush #C16BA3
Tints of Hopbush #C16BA3
RGB
CMYK
RGB Variations
Color information
#C16BA3 (or 0xC16BA3) is known color: Hopbush. HEX triplet: C1, 6B and A3. RGB value is (193,107,163). Sum of RGB (Red+Green+Blue) = 193+107+163=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BA3 is #3E945C. Grayscale: #8A8A8A. Windows color (decimal): -4101213 or 10709953. OLE color: 10709953.
HSL color Cylindrical-coordinate representation of color #C16BA3: hue angle of 320.93º 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 #C16BA3 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 163 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.24 |
| HSL | 320.93º | 0.41% | 0.59% | - |
| HSV(B) | 320.93º | 0.45% | 0.76% | - |
| XYZ | 33.86 | 24.5 | 37.59 | - |
| YUV | 139.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 163 | 0 | 0.45 | 0.16 | 0.24 | 320.93 | 0.41 | 0.59 |
| Hex | C1 | 6B | A3 | 0 | 2D | 10 | 18 | 141 | 29 | 3B |
| Octal | 301 | 153 | 243 | 0 | 55 | 20 | 30 | 501 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10100011 | 0 | 101101 | 10000 | 11000 | 101000001 | 101001 | 111011 |
Color Harmonies of #C16BA3
Complementary color
Monochromatic Colors of #C16BA3
Black with #C16BA3
Text Example
Text Example
White with #C16BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BA3; }
p { color: rgb(193,107,163); }
H1.HeaderClassName
{
color: #C16BA3;
}
.AnyTagClassName
{
color: #C16BA3;
}
</style>
background-color css
<style>
a { background-color: #C16BA3; }
a { background-color: rgb(193,107,163); }
div.DivClassName
{
background-color: #C16BA3;
}
.BgClassName
{
background-color: #C16BA3;
}
</style>
border-color css
<style>
span { border-color: #C16BA3; }
span { border-color: rgb(193,107,163); }
td.TdClassName
{
border-color: #C16BA3;
}
.TagClassName
{
border-color: #C16BA3;
}
</style>