Shades of Hopbush #C86089
Tints of Hopbush #C86089
RGB
CMYK
RGB Variations
Color information
#C86089 (or 0xC86089) is known color: Hopbush. HEX triplet: C8, 60 and 89. RGB value is (200,96,137). Sum of RGB (Red+Green+Blue) = 200+96+137=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86089 is #379F76. Grayscale: #838383. Windows color (decimal): -3645303 or 9003208. OLE color: 9003208.
HSL color Cylindrical-coordinate representation of color #C86089: hue angle of 336.35º 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 #C86089 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 137 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.22 |
| HSL | 336.35º | 0.49% | 0.58% | - |
| HSV(B) | 336.35º | 0.52% | 0.78% | - |
| XYZ | 32.52 | 22.45 | 26.29 | - |
| YUV | 131.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 137 | 0 | 0.52 | 0.32 | 0.22 | 336.35 | 0.49 | 0.58 |
| Hex | C8 | 60 | 89 | 0 | 34 | 20 | 16 | 150 | 31 | 3A |
| Octal | 310 | 140 | 211 | 0 | 64 | 40 | 26 | 520 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10001001 | 0 | 110100 | 100000 | 10110 | 101010000 | 110001 | 111010 |
Color Harmonies of #C86089
Complementary color
Monochromatic Colors of #C86089
Black with #C86089
Text Example
Text Example
White with #C86089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86089; }
p { color: rgb(200,96,137); }
H1.HeaderClassName
{
color: #C86089;
}
.AnyTagClassName
{
color: #C86089;
}
</style>
background-color css
<style>
a { background-color: #C86089; }
a { background-color: rgb(200,96,137); }
div.DivClassName
{
background-color: #C86089;
}
.BgClassName
{
background-color: #C86089;
}
</style>
border-color css
<style>
span { border-color: #C86089; }
span { border-color: rgb(200,96,137); }
td.TdClassName
{
border-color: #C86089;
}
.TagClassName
{
border-color: #C86089;
}
</style>