Shades of Hopbush #C86086
Tints of Hopbush #C86086
RGB
CMYK
RGB Variations
Color information
#C86086 (or 0xC86086) is known color: Hopbush. HEX triplet: C8, 60 and 86. RGB value is (200,96,134). Sum of RGB (Red+Green+Blue) = 200+96+134=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86086 is #379F79. Grayscale: #838383. Windows color (decimal): -3645306 or 8806600. OLE color: 8806600.
HSL color Cylindrical-coordinate representation of color #C86086: hue angle of 338.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86086 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 134 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.22 |
| HSL | 338.08º | 0.49% | 0.58% | - |
| HSV(B) | 338.08º | 0.52% | 0.78% | - |
| XYZ | 32.31 | 22.37 | 25.17 | - |
| YUV | 131.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 134 | 0 | 0.52 | 0.33 | 0.22 | 338.08 | 0.49 | 0.58 |
| Hex | C8 | 60 | 86 | 0 | 34 | 21 | 16 | 152 | 31 | 3A |
| Octal | 310 | 140 | 206 | 0 | 64 | 41 | 26 | 522 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10000110 | 0 | 110100 | 100001 | 10110 | 101010010 | 110001 | 111010 |
Color Harmonies of #C86086
Complementary color
Monochromatic Colors of #C86086
Black with #C86086
Text Example
Text Example
White with #C86086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86086; }
p { color: rgb(200,96,134); }
H1.HeaderClassName
{
color: #C86086;
}
.AnyTagClassName
{
color: #C86086;
}
</style>
background-color css
<style>
a { background-color: #C86086; }
a { background-color: rgb(200,96,134); }
div.DivClassName
{
background-color: #C86086;
}
.BgClassName
{
background-color: #C86086;
}
</style>
border-color css
<style>
span { border-color: #C86086; }
span { border-color: rgb(200,96,134); }
td.TdClassName
{
border-color: #C86086;
}
.TagClassName
{
border-color: #C86086;
}
</style>