Shades of Hopbush #C663A6
Tints of Hopbush #C663A6
RGB
CMYK
RGB Variations
Color information
#C663A6 (or 0xC663A6) is known color: Hopbush. HEX triplet: C6, 63 and A6. RGB value is (198,99,166). Sum of RGB (Red+Green+Blue) = 198+99+166=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C663A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663A6 is #399C59. Grayscale: #888888. Windows color (decimal): -3775578 or 10904518. OLE color: 10904518.
HSL color Cylindrical-coordinate representation of color #C663A6: hue angle of 319.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C663A6 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 166 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.22 |
| HSL | 319.39º | 0.46% | 0.58% | - |
| HSV(B) | 319.39º | 0.5% | 0.78% | - |
| XYZ | 34.63 | 23.68 | 38.82 | - |
| YUV | 136.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 166 | 0 | 0.50 | 0.16 | 0.22 | 319.39 | 0.46 | 0.58 |
| Hex | C6 | 63 | A6 | 0 | 32 | 10 | 16 | 13F | 2E | 3A |
| Octal | 306 | 143 | 246 | 0 | 62 | 20 | 26 | 477 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10100110 | 0 | 110010 | 10000 | 10110 | 100111111 | 101110 | 111010 |
Color Harmonies of #C663A6
Complementary color
Monochromatic Colors of #C663A6
Black with #C663A6
Text Example
Text Example
White with #C663A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663A6; }
p { color: rgb(198,99,166); }
H1.HeaderClassName
{
color: #C663A6;
}
.AnyTagClassName
{
color: #C663A6;
}
</style>
background-color css
<style>
a { background-color: #C663A6; }
a { background-color: rgb(198,99,166); }
div.DivClassName
{
background-color: #C663A6;
}
.BgClassName
{
background-color: #C663A6;
}
</style>
border-color css
<style>
span { border-color: #C663A6; }
span { border-color: rgb(198,99,166); }
td.TdClassName
{
border-color: #C663A6;
}
.TagClassName
{
border-color: #C663A6;
}
</style>