Shades of Hopbush #C865A1
Tints of Hopbush #C865A1
RGB
CMYK
RGB Variations
Color information
#C865A1 (or 0xC865A1) is known color: Hopbush. HEX triplet: C8, 65 and A1. RGB value is (200,101,161). Sum of RGB (Red+Green+Blue) = 200+101+161=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C865A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865A1 is #379A5E. Grayscale: #898989. Windows color (decimal): -3643999 or 10577352. OLE color: 10577352.
HSL color Cylindrical-coordinate representation of color #C865A1: hue angle of 323.64º degrees, saturation: 0.47, 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 #C865A1 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 161 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.22 |
| HSL | 323.64º | 0.47% | 0.59% | - |
| HSV(B) | 323.64º | 0.5% | 0.78% | - |
| XYZ | 34.91 | 24.16 | 36.54 | - |
| YUV | 137.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 161 | 0 | 0.49 | 0.19 | 0.22 | 323.64 | 0.47 | 0.59 |
| Hex | C8 | 65 | A1 | 0 | 31 | 13 | 16 | 144 | 2F | 3B |
| Octal | 310 | 145 | 241 | 0 | 61 | 23 | 26 | 504 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10100001 | 0 | 110001 | 10011 | 10110 | 101000100 | 101111 | 111011 |
Color Harmonies of #C865A1
Complementary color
Monochromatic Colors of #C865A1
Black with #C865A1
Text Example
Text Example
White with #C865A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865A1; }
p { color: rgb(200,101,161); }
H1.HeaderClassName
{
color: #C865A1;
}
.AnyTagClassName
{
color: #C865A1;
}
</style>
background-color css
<style>
a { background-color: #C865A1; }
a { background-color: rgb(200,101,161); }
div.DivClassName
{
background-color: #C865A1;
}
.BgClassName
{
background-color: #C865A1;
}
</style>
border-color css
<style>
span { border-color: #C865A1; }
span { border-color: rgb(200,101,161); }
td.TdClassName
{
border-color: #C865A1;
}
.TagClassName
{
border-color: #C865A1;
}
</style>