Shades of Hopbush #C664A8
Tints of Hopbush #C664A8
RGB
CMYK
RGB Variations
Color information
#C664A8 (or 0xC664A8) is known color: Hopbush. HEX triplet: C6, 64 and A8. RGB value is (198,100,168). Sum of RGB (Red+Green+Blue) = 198+100+168=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C664A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664A8 is #399B57. Grayscale: #888888. Windows color (decimal): -3775320 or 11035846. OLE color: 11035846.
HSL color Cylindrical-coordinate representation of color #C664A8: hue angle of 318.37º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664A8 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 168 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.22 |
| HSL | 318.37º | 0.46% | 0.58% | - |
| HSV(B) | 318.37º | 0.49% | 0.78% | - |
| XYZ | 34.91 | 23.95 | 39.83 | - |
| YUV | 137.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 168 | 0 | 0.49 | 0.15 | 0.22 | 318.37 | 0.46 | 0.58 |
| Hex | C6 | 64 | A8 | 0 | 31 | F | 16 | 13E | 2E | 3A |
| Octal | 306 | 144 | 250 | 0 | 61 | 17 | 26 | 476 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10101000 | 0 | 110001 | 1111 | 10110 | 100111110 | 101110 | 111010 |
Color Harmonies of #C664A8
Complementary color
Monochromatic Colors of #C664A8
Black with #C664A8
Text Example
Text Example
White with #C664A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664A8; }
p { color: rgb(198,100,168); }
H1.HeaderClassName
{
color: #C664A8;
}
.AnyTagClassName
{
color: #C664A8;
}
</style>
background-color css
<style>
a { background-color: #C664A8; }
a { background-color: rgb(198,100,168); }
div.DivClassName
{
background-color: #C664A8;
}
.BgClassName
{
background-color: #C664A8;
}
</style>
border-color css
<style>
span { border-color: #C664A8; }
span { border-color: rgb(198,100,168); }
td.TdClassName
{
border-color: #C664A8;
}
.TagClassName
{
border-color: #C664A8;
}
</style>