Shades of Hopbush #C86386
Tints of Hopbush #C86386
RGB
CMYK
RGB Variations
Color information
#C86386 (or 0xC86386) is known color: Hopbush. HEX triplet: C8, 63 and 86. RGB value is (200,99,134). Sum of RGB (Red+Green+Blue) = 200+99+134=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86386 is #379C79. Grayscale: #858585. Windows color (decimal): -3644538 or 8807368. OLE color: 8807368.
HSL color Cylindrical-coordinate representation of color #C86386: hue angle of 339.21º 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 #C86386 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 134 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.22 |
| HSL | 339.21º | 0.48% | 0.59% | - |
| HSV(B) | 339.21º | 0.51% | 0.78% | - |
| XYZ | 32.58 | 22.92 | 25.26 | - |
| YUV | 133.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 134 | 0 | 0.50 | 0.33 | 0.22 | 339.21 | 0.48 | 0.59 |
| Hex | C8 | 63 | 86 | 0 | 32 | 21 | 16 | 153 | 30 | 3B |
| Octal | 310 | 143 | 206 | 0 | 62 | 41 | 26 | 523 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10000110 | 0 | 110010 | 100001 | 10110 | 101010011 | 110000 | 111011 |
Color Harmonies of #C86386
Complementary color
Monochromatic Colors of #C86386
Black with #C86386
Text Example
Text Example
White with #C86386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86386; }
p { color: rgb(200,99,134); }
H1.HeaderClassName
{
color: #C86386;
}
.AnyTagClassName
{
color: #C86386;
}
</style>
background-color css
<style>
a { background-color: #C86386; }
a { background-color: rgb(200,99,134); }
div.DivClassName
{
background-color: #C86386;
}
.BgClassName
{
background-color: #C86386;
}
</style>
border-color css
<style>
span { border-color: #C86386; }
span { border-color: rgb(200,99,134); }
td.TdClassName
{
border-color: #C86386;
}
.TagClassName
{
border-color: #C86386;
}
</style>