Shades of Hopbush #C864A5
Tints of Hopbush #C864A5
RGB
CMYK
RGB Variations
Color information
#C864A5 (or 0xC864A5) is known color: Hopbush. HEX triplet: C8, 64 and A5. RGB value is (200,100,165). Sum of RGB (Red+Green+Blue) = 200+100+165=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C864A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864A5 is #379B5A. Grayscale: #898989. Windows color (decimal): -3644251 or 10839240. OLE color: 10839240.
HSL color Cylindrical-coordinate representation of color #C864A5: hue angle of 321º 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 #C864A5 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 165 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.22 |
| HSL | 321º | 0.48% | 0.59% | - |
| HSV(B) | 321º | 0.5% | 0.78% | - |
| XYZ | 35.17 | 24.11 | 38.4 | - |
| YUV | 137.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 165 | 0 | 0.5 | 0.18 | 0.22 | 321 | 0.48 | 0.59 |
| Hex | C8 | 64 | A5 | 0 | 32 | 12 | 16 | 141 | 30 | 3B |
| Octal | 310 | 144 | 245 | 0 | 62 | 22 | 26 | 501 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10100101 | 0 | 110010 | 10010 | 10110 | 101000001 | 110000 | 111011 |
Color Harmonies of #C864A5
Complementary color
Monochromatic Colors of #C864A5
Black with #C864A5
Text Example
Text Example
White with #C864A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864A5; }
p { color: rgb(200,100,165); }
H1.HeaderClassName
{
color: #C864A5;
}
.AnyTagClassName
{
color: #C864A5;
}
</style>
background-color css
<style>
a { background-color: #C864A5; }
a { background-color: rgb(200,100,165); }
div.DivClassName
{
background-color: #C864A5;
}
.BgClassName
{
background-color: #C864A5;
}
</style>
border-color css
<style>
span { border-color: #C864A5; }
span { border-color: rgb(200,100,165); }
td.TdClassName
{
border-color: #C864A5;
}
.TagClassName
{
border-color: #C864A5;
}
</style>