Shades of Hopbush #C663A4
Tints of Hopbush #C663A4
RGB
CMYK
RGB Variations
Color information
#C663A4 (or 0xC663A4) is known color: Hopbush. HEX triplet: C6, 63 and A4. RGB value is (198,99,164). Sum of RGB (Red+Green+Blue) = 198+99+164=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C663A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663A4 is #399C5B. Grayscale: #878787. Windows color (decimal): -3775580 or 10773446. OLE color: 10773446.
HSL color Cylindrical-coordinate representation of color #C663A4: hue angle of 320.61º 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 #C663A4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 164 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.22 |
| HSL | 320.61º | 0.46% | 0.58% | - |
| HSV(B) | 320.61º | 0.5% | 0.78% | - |
| XYZ | 34.45 | 23.61 | 37.86 | - |
| YUV | 136.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 164 | 0 | 0.50 | 0.17 | 0.22 | 320.61 | 0.46 | 0.58 |
| Hex | C6 | 63 | A4 | 0 | 32 | 11 | 16 | 141 | 2E | 3A |
| Octal | 306 | 143 | 244 | 0 | 62 | 21 | 26 | 501 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10100100 | 0 | 110010 | 10001 | 10110 | 101000001 | 101110 | 111010 |
Color Harmonies of #C663A4
Complementary color
Monochromatic Colors of #C663A4
Black with #C663A4
Text Example
Text Example
White with #C663A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663A4; }
p { color: rgb(198,99,164); }
H1.HeaderClassName
{
color: #C663A4;
}
.AnyTagClassName
{
color: #C663A4;
}
</style>
background-color css
<style>
a { background-color: #C663A4; }
a { background-color: rgb(198,99,164); }
div.DivClassName
{
background-color: #C663A4;
}
.BgClassName
{
background-color: #C663A4;
}
</style>
border-color css
<style>
span { border-color: #C663A4; }
span { border-color: rgb(198,99,164); }
td.TdClassName
{
border-color: #C663A4;
}
.TagClassName
{
border-color: #C663A4;
}
</style>