Shades of Hopbush #C86288
Tints of Hopbush #C86288
RGB
CMYK
RGB Variations
Color information
#C86288 (or 0xC86288) is known color: Hopbush. HEX triplet: C8, 62 and 88. RGB value is (200,98,136). Sum of RGB (Red+Green+Blue) = 200+98+136=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86288 is #379D77. Grayscale: #848484. Windows color (decimal): -3644792 or 8938184. OLE color: 8938184.
HSL color Cylindrical-coordinate representation of color #C86288: hue angle of 337.65º 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 #C86288 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 136 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.22 |
| HSL | 337.65º | 0.48% | 0.58% | - |
| HSV(B) | 337.65º | 0.51% | 0.78% | - |
| XYZ | 32.63 | 22.79 | 25.97 | - |
| YUV | 132.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 136 | 0 | 0.51 | 0.32 | 0.22 | 337.65 | 0.48 | 0.58 |
| Hex | C8 | 62 | 88 | 0 | 33 | 20 | 16 | 152 | 30 | 3A |
| Octal | 310 | 142 | 210 | 0 | 63 | 40 | 26 | 522 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10001000 | 0 | 110011 | 100000 | 10110 | 101010010 | 110000 | 111010 |
Color Harmonies of #C86288
Complementary color
Monochromatic Colors of #C86288
Black with #C86288
Text Example
Text Example
White with #C86288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86288; }
p { color: rgb(200,98,136); }
H1.HeaderClassName
{
color: #C86288;
}
.AnyTagClassName
{
color: #C86288;
}
</style>
background-color css
<style>
a { background-color: #C86288; }
a { background-color: rgb(200,98,136); }
div.DivClassName
{
background-color: #C86288;
}
.BgClassName
{
background-color: #C86288;
}
</style>
border-color css
<style>
span { border-color: #C86288; }
span { border-color: rgb(200,98,136); }
td.TdClassName
{
border-color: #C86288;
}
.TagClassName
{
border-color: #C86288;
}
</style>