Shades of Hopbush #C163A3
Tints of Hopbush #C163A3
RGB
CMYK
RGB Variations
Color information
#C163A3 (or 0xC163A3) is known color: Hopbush. HEX triplet: C1, 63 and A3. RGB value is (193,99,163). Sum of RGB (Red+Green+Blue) = 193+99+163=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C163A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163A3 is #3E9C5C. Grayscale: #868686. Windows color (decimal): -4103261 or 10707905. OLE color: 10707905.
HSL color Cylindrical-coordinate representation of color #C163A3: hue angle of 319.15º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163A3 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 163 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.24 |
| HSL | 319.15º | 0.43% | 0.57% | - |
| HSV(B) | 319.15º | 0.49% | 0.76% | - |
| XYZ | 33.07 | 22.91 | 37.33 | - |
| YUV | 134.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 163 | 0 | 0.49 | 0.16 | 0.24 | 319.15 | 0.43 | 0.57 |
| Hex | C1 | 63 | A3 | 0 | 31 | 10 | 18 | 13F | 2B | 39 |
| Octal | 301 | 143 | 243 | 0 | 61 | 20 | 30 | 477 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10100011 | 0 | 110001 | 10000 | 11000 | 100111111 | 101011 | 111001 |
Color Harmonies of #C163A3
Complementary color
Monochromatic Colors of #C163A3
Black with #C163A3
Text Example
Text Example
White with #C163A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163A3; }
p { color: rgb(193,99,163); }
H1.HeaderClassName
{
color: #C163A3;
}
.AnyTagClassName
{
color: #C163A3;
}
</style>
background-color css
<style>
a { background-color: #C163A3; }
a { background-color: rgb(193,99,163); }
div.DivClassName
{
background-color: #C163A3;
}
.BgClassName
{
background-color: #C163A3;
}
</style>
border-color css
<style>
span { border-color: #C163A3; }
span { border-color: rgb(193,99,163); }
td.TdClassName
{
border-color: #C163A3;
}
.TagClassName
{
border-color: #C163A3;
}
</style>