Shades of Hopbush #C86191
Tints of Hopbush #C86191
RGB
CMYK
RGB Variations
Color information
#C86191 (or 0xC86191) is known color: Hopbush. HEX triplet: C8, 61 and 91. RGB value is (200,97,145). Sum of RGB (Red+Green+Blue) = 200+97+145=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86191 is #379E6E. Grayscale: #858585. Windows color (decimal): -3645039 or 9527752. OLE color: 9527752.
HSL color Cylindrical-coordinate representation of color #C86191: hue angle of 332.04º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86191 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 145 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.22 |
| HSL | 332.04º | 0.48% | 0.58% | - |
| HSV(B) | 332.04º | 0.52% | 0.78% | - |
| XYZ | 33.2 | 22.87 | 29.45 | - |
| YUV | 133.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 145 | 0 | 0.52 | 0.28 | 0.22 | 332.04 | 0.48 | 0.58 |
| Hex | C8 | 61 | 91 | 0 | 34 | 1C | 16 | 14C | 30 | 3A |
| Octal | 310 | 141 | 221 | 0 | 64 | 34 | 26 | 514 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10010001 | 0 | 110100 | 11100 | 10110 | 101001100 | 110000 | 111010 |
Color Harmonies of #C86191
Complementary color
Monochromatic Colors of #C86191
Black with #C86191
Text Example
Text Example
White with #C86191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86191; }
p { color: rgb(200,97,145); }
H1.HeaderClassName
{
color: #C86191;
}
.AnyTagClassName
{
color: #C86191;
}
</style>
background-color css
<style>
a { background-color: #C86191; }
a { background-color: rgb(200,97,145); }
div.DivClassName
{
background-color: #C86191;
}
.BgClassName
{
background-color: #C86191;
}
</style>
border-color css
<style>
span { border-color: #C86191; }
span { border-color: rgb(200,97,145); }
td.TdClassName
{
border-color: #C86191;
}
.TagClassName
{
border-color: #C86191;
}
</style>