Shades of Hopbush #C86190
Tints of Hopbush #C86190
RGB
CMYK
RGB Variations
Color information
#C86190 (or 0xC86190) is known color: Hopbush. HEX triplet: C8, 61 and 90. RGB value is (200,97,144). Sum of RGB (Red+Green+Blue) = 200+97+144=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C86190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86190 is #379E6F. Grayscale: #858585. Windows color (decimal): -3645040 or 9462216. OLE color: 9462216.
HSL color Cylindrical-coordinate representation of color #C86190: hue angle of 332.62º 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 #C86190 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 144 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.22 |
| HSL | 332.62º | 0.48% | 0.58% | - |
| HSV(B) | 332.62º | 0.52% | 0.78% | - |
| XYZ | 33.13 | 22.84 | 29.05 | - |
| YUV | 133.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 144 | 0 | 0.52 | 0.28 | 0.22 | 332.62 | 0.48 | 0.58 |
| Hex | C8 | 61 | 90 | 0 | 34 | 1C | 16 | 14D | 30 | 3A |
| Octal | 310 | 141 | 220 | 0 | 64 | 34 | 26 | 515 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10010000 | 0 | 110100 | 11100 | 10110 | 101001101 | 110000 | 111010 |
Color Harmonies of #C86190
Complementary color
Monochromatic Colors of #C86190
Black with #C86190
Text Example
Text Example
White with #C86190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86190; }
p { color: rgb(200,97,144); }
H1.HeaderClassName
{
color: #C86190;
}
.AnyTagClassName
{
color: #C86190;
}
</style>
background-color css
<style>
a { background-color: #C86190; }
a { background-color: rgb(200,97,144); }
div.DivClassName
{
background-color: #C86190;
}
.BgClassName
{
background-color: #C86190;
}
</style>
border-color css
<style>
span { border-color: #C86190; }
span { border-color: rgb(200,97,144); }
td.TdClassName
{
border-color: #C86190;
}
.TagClassName
{
border-color: #C86190;
}
</style>