Shades of Hopbush #C860A1
Tints of Hopbush #C860A1
RGB
CMYK
RGB Variations
Color information
#C860A1 (or 0xC860A1) is known color: Hopbush. HEX triplet: C8, 60 and A1. RGB value is (200,96,161). Sum of RGB (Red+Green+Blue) = 200+96+161=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C860A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C860A1 is #379F5E. Grayscale: #868686. Windows color (decimal): -3645279 or 10576072. OLE color: 10576072.
HSL color Cylindrical-coordinate representation of color #C860A1: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860A1 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 161 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.22 |
| HSL | 322.5º | 0.49% | 0.58% | - |
| HSV(B) | 322.5º | 0.52% | 0.78% | - |
| XYZ | 34.44 | 23.22 | 36.38 | - |
| YUV | 134.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 161 | 0 | 0.52 | 0.19 | 0.22 | 322.5 | 0.49 | 0.58 |
| Hex | C8 | 60 | A1 | 0 | 34 | 13 | 16 | 142 | 31 | 3A |
| Octal | 310 | 140 | 241 | 0 | 64 | 23 | 26 | 502 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10100001 | 0 | 110100 | 10011 | 10110 | 101000010 | 110001 | 111010 |
Color Harmonies of #C860A1
Complementary color
Monochromatic Colors of #C860A1
Black with #C860A1
Text Example
Text Example
White with #C860A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860A1; }
p { color: rgb(200,96,161); }
H1.HeaderClassName
{
color: #C860A1;
}
.AnyTagClassName
{
color: #C860A1;
}
</style>
background-color css
<style>
a { background-color: #C860A1; }
a { background-color: rgb(200,96,161); }
div.DivClassName
{
background-color: #C860A1;
}
.BgClassName
{
background-color: #C860A1;
}
</style>
border-color css
<style>
span { border-color: #C860A1; }
span { border-color: rgb(200,96,161); }
td.TdClassName
{
border-color: #C860A1;
}
.TagClassName
{
border-color: #C860A1;
}
</style>