Shades of Hopbush #C164A3
Tints of Hopbush #C164A3
RGB
CMYK
RGB Variations
Color information
#C164A3 (or 0xC164A3) is known color: Hopbush. HEX triplet: C1, 64 and A3. RGB value is (193,100,163). Sum of RGB (Red+Green+Blue) = 193+100+163=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C164A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164A3 is #3E9B5C. Grayscale: #868686. Windows color (decimal): -4103005 or 10708161. OLE color: 10708161.
HSL color Cylindrical-coordinate representation of color #C164A3: hue angle of 319.35º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164A3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 163 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.24 |
| HSL | 319.35º | 0.43% | 0.57% | - |
| HSV(B) | 319.35º | 0.48% | 0.76% | - |
| XYZ | 33.16 | 23.1 | 37.36 | - |
| YUV | 134.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 163 | 0 | 0.48 | 0.16 | 0.24 | 319.35 | 0.43 | 0.57 |
| Hex | C1 | 64 | A3 | 0 | 30 | 10 | 18 | 13F | 2B | 39 |
| Octal | 301 | 144 | 243 | 0 | 60 | 20 | 30 | 477 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10100011 | 0 | 110000 | 10000 | 11000 | 100111111 | 101011 | 111001 |
Color Harmonies of #C164A3
Complementary color
Monochromatic Colors of #C164A3
Black with #C164A3
Text Example
Text Example
White with #C164A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164A3; }
p { color: rgb(193,100,163); }
H1.HeaderClassName
{
color: #C164A3;
}
.AnyTagClassName
{
color: #C164A3;
}
</style>
background-color css
<style>
a { background-color: #C164A3; }
a { background-color: rgb(193,100,163); }
div.DivClassName
{
background-color: #C164A3;
}
.BgClassName
{
background-color: #C164A3;
}
</style>
border-color css
<style>
span { border-color: #C164A3; }
span { border-color: rgb(193,100,163); }
td.TdClassName
{
border-color: #C164A3;
}
.TagClassName
{
border-color: #C164A3;
}
</style>