Shades of Hopbush #C86490
Tints of Hopbush #C86490
RGB
CMYK
RGB Variations
Color information
#C86490 (or 0xC86490) is known color: Hopbush. HEX triplet: C8, 64 and 90. RGB value is (200,100,144). Sum of RGB (Red+Green+Blue) = 200+100+144=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C86490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86490 is #379B6F. Grayscale: #868686. Windows color (decimal): -3644272 or 9462984. OLE color: 9462984.
HSL color Cylindrical-coordinate representation of color #C86490: hue angle of 333.6º 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 #C86490 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 144 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.22 |
| HSL | 333.6º | 0.48% | 0.59% | - |
| HSV(B) | 333.6º | 0.5% | 0.78% | - |
| XYZ | 33.41 | 23.41 | 29.14 | - |
| YUV | 134.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 144 | 0 | 0.5 | 0.28 | 0.22 | 333.6 | 0.48 | 0.59 |
| Hex | C8 | 64 | 90 | 0 | 32 | 1C | 16 | 14E | 30 | 3B |
| Octal | 310 | 144 | 220 | 0 | 62 | 34 | 26 | 516 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10010000 | 0 | 110010 | 11100 | 10110 | 101001110 | 110000 | 111011 |
Color Harmonies of #C86490
Complementary color
Monochromatic Colors of #C86490
Black with #C86490
Text Example
Text Example
White with #C86490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86490; }
p { color: rgb(200,100,144); }
H1.HeaderClassName
{
color: #C86490;
}
.AnyTagClassName
{
color: #C86490;
}
</style>
background-color css
<style>
a { background-color: #C86490; }
a { background-color: rgb(200,100,144); }
div.DivClassName
{
background-color: #C86490;
}
.BgClassName
{
background-color: #C86490;
}
</style>
border-color css
<style>
span { border-color: #C86490; }
span { border-color: rgb(200,100,144); }
td.TdClassName
{
border-color: #C86490;
}
.TagClassName
{
border-color: #C86490;
}
</style>