Shades of Hopbush #C86188
Tints of Hopbush #C86188
RGB
CMYK
RGB Variations
Color information
#C86188 (or 0xC86188) is known color: Hopbush. HEX triplet: C8, 61 and 88. RGB value is (200,97,136). Sum of RGB (Red+Green+Blue) = 200+97+136=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86188 is #379E77. Grayscale: #848484. Windows color (decimal): -3645048 or 8937928. OLE color: 8937928.
HSL color Cylindrical-coordinate representation of color #C86188: hue angle of 337.28º 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 #C86188 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 136 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.22 |
| HSL | 337.28º | 0.48% | 0.58% | - |
| HSV(B) | 337.28º | 0.52% | 0.78% | - |
| XYZ | 32.54 | 22.61 | 25.94 | - |
| YUV | 132.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 136 | 0 | 0.52 | 0.32 | 0.22 | 337.28 | 0.48 | 0.58 |
| Hex | C8 | 61 | 88 | 0 | 34 | 20 | 16 | 151 | 30 | 3A |
| Octal | 310 | 141 | 210 | 0 | 64 | 40 | 26 | 521 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10001000 | 0 | 110100 | 100000 | 10110 | 101010001 | 110000 | 111010 |
Color Harmonies of #C86188
Complementary color
Monochromatic Colors of #C86188
Black with #C86188
Text Example
Text Example
White with #C86188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86188; }
p { color: rgb(200,97,136); }
H1.HeaderClassName
{
color: #C86188;
}
.AnyTagClassName
{
color: #C86188;
}
</style>
background-color css
<style>
a { background-color: #C86188; }
a { background-color: rgb(200,97,136); }
div.DivClassName
{
background-color: #C86188;
}
.BgClassName
{
background-color: #C86188;
}
</style>
border-color css
<style>
span { border-color: #C86188; }
span { border-color: rgb(200,97,136); }
td.TdClassName
{
border-color: #C86188;
}
.TagClassName
{
border-color: #C86188;
}
</style>