Shades of Hopbush #C663A3
Tints of Hopbush #C663A3
RGB
CMYK
RGB Variations
Color information
#C663A3 (or 0xC663A3) is known color: Hopbush. HEX triplet: C6, 63 and A3. RGB value is (198,99,163). Sum of RGB (Red+Green+Blue) = 198+99+163=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C663A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663A3 is #399C5C. Grayscale: #878787. Windows color (decimal): -3775581 or 10707910. OLE color: 10707910.
HSL color Cylindrical-coordinate representation of color #C663A3: hue angle of 321.21º 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 #C663A3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 163 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.22 |
| HSL | 321.21º | 0.46% | 0.58% | - |
| HSV(B) | 321.21º | 0.5% | 0.78% | - |
| XYZ | 34.36 | 23.57 | 37.39 | - |
| YUV | 135.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 163 | 0 | 0.50 | 0.18 | 0.22 | 321.21 | 0.46 | 0.58 |
| Hex | C6 | 63 | A3 | 0 | 32 | 12 | 16 | 141 | 2E | 3A |
| Octal | 306 | 143 | 243 | 0 | 62 | 22 | 26 | 501 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10100011 | 0 | 110010 | 10010 | 10110 | 101000001 | 101110 | 111010 |
Color Harmonies of #C663A3
Complementary color
Monochromatic Colors of #C663A3
Black with #C663A3
Text Example
Text Example
White with #C663A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663A3; }
p { color: rgb(198,99,163); }
H1.HeaderClassName
{
color: #C663A3;
}
.AnyTagClassName
{
color: #C663A3;
}
</style>
background-color css
<style>
a { background-color: #C663A3; }
a { background-color: rgb(198,99,163); }
div.DivClassName
{
background-color: #C663A3;
}
.BgClassName
{
background-color: #C663A3;
}
</style>
border-color css
<style>
span { border-color: #C663A3; }
span { border-color: rgb(198,99,163); }
td.TdClassName
{
border-color: #C663A3;
}
.TagClassName
{
border-color: #C663A3;
}
</style>