Shades of Hopbush #C86396
Tints of Hopbush #C86396
RGB
CMYK
RGB Variations
Color information
#C86396 (or 0xC86396) is known color: Hopbush. HEX triplet: C8, 63 and 96. RGB value is (200,99,150). Sum of RGB (Red+Green+Blue) = 200+99+150=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86396 is #379C69. Grayscale: #868686. Windows color (decimal): -3644522 or 9855944. OLE color: 9855944.
HSL color Cylindrical-coordinate representation of color #C86396: hue angle of 329.7º 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 #C86396 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 150 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.22 |
| HSL | 329.7º | 0.48% | 0.59% | - |
| HSV(B) | 329.7º | 0.51% | 0.78% | - |
| XYZ | 33.79 | 23.41 | 31.59 | - |
| YUV | 135.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 150 | 0 | 0.50 | 0.25 | 0.22 | 329.7 | 0.48 | 0.59 |
| Hex | C8 | 63 | 96 | 0 | 32 | 19 | 16 | 14A | 30 | 3B |
| Octal | 310 | 143 | 226 | 0 | 62 | 31 | 26 | 512 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10010110 | 0 | 110010 | 11001 | 10110 | 101001010 | 110000 | 111011 |
Color Harmonies of #C86396
Complementary color
Monochromatic Colors of #C86396
Black with #C86396
Text Example
Text Example
White with #C86396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86396; }
p { color: rgb(200,99,150); }
H1.HeaderClassName
{
color: #C86396;
}
.AnyTagClassName
{
color: #C86396;
}
</style>
background-color css
<style>
a { background-color: #C86396; }
a { background-color: rgb(200,99,150); }
div.DivClassName
{
background-color: #C86396;
}
.BgClassName
{
background-color: #C86396;
}
</style>
border-color css
<style>
span { border-color: #C86396; }
span { border-color: rgb(200,99,150); }
td.TdClassName
{
border-color: #C86396;
}
.TagClassName
{
border-color: #C86396;
}
</style>