Shades of Hopbush #C86196
Tints of Hopbush #C86196
RGB
CMYK
RGB Variations
Color information
#C86196 (or 0xC86196) is known color: Hopbush. HEX triplet: C8, 61 and 96. RGB value is (200,97,150). Sum of RGB (Red+Green+Blue) = 200+97+150=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C86196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86196 is #379E69. Grayscale: #858585. Windows color (decimal): -3645034 or 9855432. OLE color: 9855432.
HSL color Cylindrical-coordinate representation of color #C86196: hue angle of 329.13º 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 #C86196 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 150 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.22 |
| HSL | 329.13º | 0.48% | 0.58% | - |
| HSV(B) | 329.13º | 0.52% | 0.78% | - |
| XYZ | 33.6 | 23.03 | 31.53 | - |
| YUV | 133.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 150 | 0 | 0.52 | 0.25 | 0.22 | 329.13 | 0.48 | 0.58 |
| Hex | C8 | 61 | 96 | 0 | 34 | 19 | 16 | 149 | 30 | 3A |
| Octal | 310 | 141 | 226 | 0 | 64 | 31 | 26 | 511 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10010110 | 0 | 110100 | 11001 | 10110 | 101001001 | 110000 | 111010 |
Color Harmonies of #C86196
Complementary color
Monochromatic Colors of #C86196
Black with #C86196
Text Example
Text Example
White with #C86196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86196; }
p { color: rgb(200,97,150); }
H1.HeaderClassName
{
color: #C86196;
}
.AnyTagClassName
{
color: #C86196;
}
</style>
background-color css
<style>
a { background-color: #C86196; }
a { background-color: rgb(200,97,150); }
div.DivClassName
{
background-color: #C86196;
}
.BgClassName
{
background-color: #C86196;
}
</style>
border-color css
<style>
span { border-color: #C86196; }
span { border-color: rgb(200,97,150); }
td.TdClassName
{
border-color: #C86196;
}
.TagClassName
{
border-color: #C86196;
}
</style>