Shades of Hopbush #C861A7
Tints of Hopbush #C861A7
RGB
CMYK
RGB Variations
Color information
#C861A7 (or 0xC861A7) is known color: Hopbush. HEX triplet: C8, 61 and A7. RGB value is (200,97,167). Sum of RGB (Red+Green+Blue) = 200+97+167=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C861A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861A7 is #379E58. Grayscale: #878787. Windows color (decimal): -3645017 or 10969544. OLE color: 10969544.
HSL color Cylindrical-coordinate representation of color #C861A7: hue angle of 319.22º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C861A7 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 167 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.22 |
| HSL | 319.22º | 0.48% | 0.58% | - |
| HSV(B) | 319.22º | 0.52% | 0.78% | - |
| XYZ | 35.07 | 23.62 | 39.27 | - |
| YUV | 135.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 167 | 0 | 0.52 | 0.16 | 0.22 | 319.22 | 0.48 | 0.58 |
| Hex | C8 | 61 | A7 | 0 | 34 | 10 | 16 | 13F | 30 | 3A |
| Octal | 310 | 141 | 247 | 0 | 64 | 20 | 26 | 477 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10100111 | 0 | 110100 | 10000 | 10110 | 100111111 | 110000 | 111010 |
Color Harmonies of #C861A7
Complementary color
Monochromatic Colors of #C861A7
Black with #C861A7
Text Example
Text Example
White with #C861A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861A7; }
p { color: rgb(200,97,167); }
H1.HeaderClassName
{
color: #C861A7;
}
.AnyTagClassName
{
color: #C861A7;
}
</style>
background-color css
<style>
a { background-color: #C861A7; }
a { background-color: rgb(200,97,167); }
div.DivClassName
{
background-color: #C861A7;
}
.BgClassName
{
background-color: #C861A7;
}
</style>
border-color css
<style>
span { border-color: #C861A7; }
span { border-color: rgb(200,97,167); }
td.TdClassName
{
border-color: #C861A7;
}
.TagClassName
{
border-color: #C861A7;
}
</style>