Shades of Hopbush #C86890
Tints of Hopbush #C86890
RGB
CMYK
RGB Variations
Color information
#C86890 (or 0xC86890) is known color: Hopbush. HEX triplet: C8, 68 and 90. RGB value is (200,104,144). Sum of RGB (Red+Green+Blue) = 200+104+144=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86890 is #37976F. Grayscale: #898989. Windows color (decimal): -3643248 or 9464008. OLE color: 9464008.
HSL color Cylindrical-coordinate representation of color #C86890: hue angle of 335º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86890 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 144 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.22 |
| HSL | 335º | 0.47% | 0.6% | - |
| HSV(B) | 335º | 0.48% | 0.78% | - |
| XYZ | 33.8 | 24.19 | 29.27 | - |
| YUV | 137.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 144 | 0 | 0.48 | 0.28 | 0.22 | 335 | 0.47 | 0.6 |
| Hex | C8 | 68 | 90 | 0 | 30 | 1C | 16 | 14F | 2F | 3C |
| Octal | 310 | 150 | 220 | 0 | 60 | 34 | 26 | 517 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10010000 | 0 | 110000 | 11100 | 10110 | 101001111 | 101111 | 111100 |
Color Harmonies of #C86890
Complementary color
Monochromatic Colors of #C86890
Black with #C86890
Text Example
Text Example
White with #C86890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86890; }
p { color: rgb(200,104,144); }
H1.HeaderClassName
{
color: #C86890;
}
.AnyTagClassName
{
color: #C86890;
}
</style>
background-color css
<style>
a { background-color: #C86890; }
a { background-color: rgb(200,104,144); }
div.DivClassName
{
background-color: #C86890;
}
.BgClassName
{
background-color: #C86890;
}
</style>
border-color css
<style>
span { border-color: #C86890; }
span { border-color: rgb(200,104,144); }
td.TdClassName
{
border-color: #C86890;
}
.TagClassName
{
border-color: #C86890;
}
</style>