Shades of Hopbush #C763A3
Tints of Hopbush #C763A3
RGB
CMYK
RGB Variations
Color information
#C763A3 (or 0xC763A3) is known color: Hopbush. HEX triplet: C7, 63 and A3. RGB value is (199,99,163). Sum of RGB (Red+Green+Blue) = 199+99+163=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C763A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C763A3 is #389C5C. Grayscale: #888888. Windows color (decimal): -3710045 or 10707911. OLE color: 10707911.
HSL color Cylindrical-coordinate representation of color #C763A3: hue angle of 321.6º degrees, saturation: 0.47, 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 #C763A3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 163 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.22 |
| HSL | 321.6º | 0.47% | 0.58% | - |
| HSV(B) | 321.6º | 0.5% | 0.78% | - |
| XYZ | 34.63 | 23.71 | 37.4 | - |
| YUV | 136.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 163 | 0 | 0.50 | 0.18 | 0.22 | 321.6 | 0.47 | 0.58 |
| Hex | C7 | 63 | A3 | 0 | 32 | 12 | 16 | 142 | 2F | 3A |
| Octal | 307 | 143 | 243 | 0 | 62 | 22 | 26 | 502 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10100011 | 0 | 110010 | 10010 | 10110 | 101000010 | 101111 | 111010 |
Color Harmonies of #C763A3
Complementary color
Monochromatic Colors of #C763A3
Black with #C763A3
Text Example
Text Example
White with #C763A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763A3; }
p { color: rgb(199,99,163); }
H1.HeaderClassName
{
color: #C763A3;
}
.AnyTagClassName
{
color: #C763A3;
}
</style>
background-color css
<style>
a { background-color: #C763A3; }
a { background-color: rgb(199,99,163); }
div.DivClassName
{
background-color: #C763A3;
}
.BgClassName
{
background-color: #C763A3;
}
</style>
border-color css
<style>
span { border-color: #C763A3; }
span { border-color: rgb(199,99,163); }
td.TdClassName
{
border-color: #C763A3;
}
.TagClassName
{
border-color: #C763A3;
}
</style>