Shades of Hopbush #C86DA9
Tints of Hopbush #C86DA9
RGB
CMYK
RGB Variations
Color information
#C86DA9 (or 0xC86DA9) is known color: Hopbush. HEX triplet: C8, 6D and A9. RGB value is (200,109,169). Sum of RGB (Red+Green+Blue) = 200+109+169=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DA9 is #379256. Grayscale: #8E8E8E. Windows color (decimal): -3641943 or 11103688. OLE color: 11103688.
HSL color Cylindrical-coordinate representation of color #C86DA9: hue angle of 320.44º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DA9 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 169 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.22 |
| HSL | 320.44º | 0.45% | 0.61% | - |
| HSV(B) | 320.44º | 0.46% | 0.78% | - |
| XYZ | 36.45 | 26.08 | 40.65 | - |
| YUV | 143.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 169 | 0 | 0.46 | 0.16 | 0.22 | 320.44 | 0.45 | 0.61 |
| Hex | C8 | 6D | A9 | 0 | 2E | 10 | 16 | 140 | 2D | 3D |
| Octal | 310 | 155 | 251 | 0 | 56 | 20 | 26 | 500 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10101001 | 0 | 101110 | 10000 | 10110 | 101000000 | 101101 | 111101 |
Color Harmonies of #C86DA9
Complementary color
Monochromatic Colors of #C86DA9
Black with #C86DA9
Text Example
Text Example
White with #C86DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DA9; }
p { color: rgb(200,109,169); }
H1.HeaderClassName
{
color: #C86DA9;
}
.AnyTagClassName
{
color: #C86DA9;
}
</style>
background-color css
<style>
a { background-color: #C86DA9; }
a { background-color: rgb(200,109,169); }
div.DivClassName
{
background-color: #C86DA9;
}
.BgClassName
{
background-color: #C86DA9;
}
</style>
border-color css
<style>
span { border-color: #C86DA9; }
span { border-color: rgb(200,109,169); }
td.TdClassName
{
border-color: #C86DA9;
}
.TagClassName
{
border-color: #C86DA9;
}
</style>