Shades of Hopbush #C863A7
Tints of Hopbush #C863A7
RGB
CMYK
RGB Variations
Color information
#C863A7 (or 0xC863A7) is known color: Hopbush. HEX triplet: C8, 63 and A7. RGB value is (200,99,167). Sum of RGB (Red+Green+Blue) = 200+99+167=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C863A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863A7 is #379C58. Grayscale: #888888. Windows color (decimal): -3644505 or 10970056. OLE color: 10970056.
HSL color Cylindrical-coordinate representation of color #C863A7: hue angle of 319.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C863A7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 167 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.22 |
| HSL | 319.6º | 0.48% | 0.59% | - |
| HSV(B) | 319.6º | 0.51% | 0.78% | - |
| XYZ | 35.26 | 23.99 | 39.33 | - |
| YUV | 136.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 167 | 0 | 0.50 | 0.16 | 0.22 | 319.6 | 0.48 | 0.59 |
| Hex | C8 | 63 | A7 | 0 | 32 | 10 | 16 | 140 | 30 | 3B |
| Octal | 310 | 143 | 247 | 0 | 62 | 20 | 26 | 500 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10100111 | 0 | 110010 | 10000 | 10110 | 101000000 | 110000 | 111011 |
Color Harmonies of #C863A7
Complementary color
Monochromatic Colors of #C863A7
Black with #C863A7
Text Example
Text Example
White with #C863A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863A7; }
p { color: rgb(200,99,167); }
H1.HeaderClassName
{
color: #C863A7;
}
.AnyTagClassName
{
color: #C863A7;
}
</style>
background-color css
<style>
a { background-color: #C863A7; }
a { background-color: rgb(200,99,167); }
div.DivClassName
{
background-color: #C863A7;
}
.BgClassName
{
background-color: #C863A7;
}
</style>
border-color css
<style>
span { border-color: #C863A7; }
span { border-color: rgb(200,99,167); }
td.TdClassName
{
border-color: #C863A7;
}
.TagClassName
{
border-color: #C863A7;
}
</style>