Shades of Hopbush #C86491
Tints of Hopbush #C86491
RGB
CMYK
RGB Variations
Color information
#C86491 (or 0xC86491) is known color: Hopbush. HEX triplet: C8, 64 and 91. RGB value is (200,100,145). Sum of RGB (Red+Green+Blue) = 200+100+145=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C86491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86491 is #379B6E. Grayscale: #868686. Windows color (decimal): -3644271 or 9528520. OLE color: 9528520.
HSL color Cylindrical-coordinate representation of color #C86491: hue angle of 333º 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 #C86491 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 145 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.22 |
| HSL | 333º | 0.48% | 0.59% | - |
| HSV(B) | 333º | 0.5% | 0.78% | - |
| XYZ | 33.49 | 23.44 | 29.55 | - |
| YUV | 135.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 145 | 0 | 0.5 | 0.28 | 0.22 | 333 | 0.48 | 0.59 |
| Hex | C8 | 64 | 91 | 0 | 32 | 1C | 16 | 14D | 30 | 3B |
| Octal | 310 | 144 | 221 | 0 | 62 | 34 | 26 | 515 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10010001 | 0 | 110010 | 11100 | 10110 | 101001101 | 110000 | 111011 |
Color Harmonies of #C86491
Complementary color
Monochromatic Colors of #C86491
Black with #C86491
Text Example
Text Example
White with #C86491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86491; }
p { color: rgb(200,100,145); }
H1.HeaderClassName
{
color: #C86491;
}
.AnyTagClassName
{
color: #C86491;
}
</style>
background-color css
<style>
a { background-color: #C86491; }
a { background-color: rgb(200,100,145); }
div.DivClassName
{
background-color: #C86491;
}
.BgClassName
{
background-color: #C86491;
}
</style>
border-color css
<style>
span { border-color: #C86491; }
span { border-color: rgb(200,100,145); }
td.TdClassName
{
border-color: #C86491;
}
.TagClassName
{
border-color: #C86491;
}
</style>