Shades of Hopbush #C864A6
Tints of Hopbush #C864A6
RGB
CMYK
RGB Variations
Color information
#C864A6 (or 0xC864A6) is known color: Hopbush. HEX triplet: C8, 64 and A6. RGB value is (200,100,166). Sum of RGB (Red+Green+Blue) = 200+100+166=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C864A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864A6 is #379B59. Grayscale: #898989. Windows color (decimal): -3644250 or 10904776. OLE color: 10904776.
HSL color Cylindrical-coordinate representation of color #C864A6: hue angle of 320.4º 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 #C864A6 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 166 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.22 |
| HSL | 320.4º | 0.48% | 0.59% | - |
| HSV(B) | 320.4º | 0.5% | 0.78% | - |
| XYZ | 35.26 | 24.15 | 38.88 | - |
| YUV | 137.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 166 | 0 | 0.5 | 0.17 | 0.22 | 320.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | A6 | 0 | 32 | 11 | 16 | 140 | 30 | 3B |
| Octal | 310 | 144 | 246 | 0 | 62 | 21 | 26 | 500 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10100110 | 0 | 110010 | 10001 | 10110 | 101000000 | 110000 | 111011 |
Color Harmonies of #C864A6
Complementary color
Monochromatic Colors of #C864A6
Black with #C864A6
Text Example
Text Example
White with #C864A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864A6; }
p { color: rgb(200,100,166); }
H1.HeaderClassName
{
color: #C864A6;
}
.AnyTagClassName
{
color: #C864A6;
}
</style>
background-color css
<style>
a { background-color: #C864A6; }
a { background-color: rgb(200,100,166); }
div.DivClassName
{
background-color: #C864A6;
}
.BgClassName
{
background-color: #C864A6;
}
</style>
border-color css
<style>
span { border-color: #C864A6; }
span { border-color: rgb(200,100,166); }
td.TdClassName
{
border-color: #C864A6;
}
.TagClassName
{
border-color: #C864A6;
}
</style>