Shades of Hopbush #C864A0
Tints of Hopbush #C864A0
RGB
CMYK
RGB Variations
Color information
#C864A0 (or 0xC864A0) is known color: Hopbush. HEX triplet: C8, 64 and A0. RGB value is (200,100,160). Sum of RGB (Red+Green+Blue) = 200+100+160=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C864A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864A0 is #379B5F. Grayscale: #888888. Windows color (decimal): -3644256 or 10511560. OLE color: 10511560.
HSL color Cylindrical-coordinate representation of color #C864A0: hue angle of 324º 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 #C864A0 is Cyan = 0, Magento = 0.5, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 160 | - |
| CMYK | 0 | 0.5 | 0.2 | 0.22 |
| HSL | 324º | 0.48% | 0.59% | - |
| HSV(B) | 324º | 0.5% | 0.78% | - |
| XYZ | 34.72 | 23.93 | 36.05 | - |
| YUV | 136.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 160 | 0 | 0.5 | 0.2 | 0.22 | 324 | 0.48 | 0.59 |
| Hex | C8 | 64 | A0 | 0 | 32 | 14 | 16 | 144 | 30 | 3B |
| Octal | 310 | 144 | 240 | 0 | 62 | 24 | 26 | 504 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10100000 | 0 | 110010 | 10100 | 10110 | 101000100 | 110000 | 111011 |
Color Harmonies of #C864A0
Complementary color
Monochromatic Colors of #C864A0
Black with #C864A0
Text Example
Text Example
White with #C864A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864A0; }
p { color: rgb(200,100,160); }
H1.HeaderClassName
{
color: #C864A0;
}
.AnyTagClassName
{
color: #C864A0;
}
</style>
background-color css
<style>
a { background-color: #C864A0; }
a { background-color: rgb(200,100,160); }
div.DivClassName
{
background-color: #C864A0;
}
.BgClassName
{
background-color: #C864A0;
}
</style>
border-color css
<style>
span { border-color: #C864A0; }
span { border-color: rgb(200,100,160); }
td.TdClassName
{
border-color: #C864A0;
}
.TagClassName
{
border-color: #C864A0;
}
</style>