Shades of Hopbush #C86294
Tints of Hopbush #C86294
RGB
CMYK
RGB Variations
Color information
#C86294 (or 0xC86294) is known color: Hopbush. HEX triplet: C8, 62 and 94. RGB value is (200,98,148). Sum of RGB (Red+Green+Blue) = 200+98+148=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C86294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86294 is #379D6B. Grayscale: #868686. Windows color (decimal): -3644780 or 9724616. OLE color: 9724616.
HSL color Cylindrical-coordinate representation of color #C86294: hue angle of 330.59º 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 #C86294 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 148 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.22 |
| HSL | 330.59º | 0.48% | 0.58% | - |
| HSV(B) | 330.59º | 0.51% | 0.78% | - |
| XYZ | 33.53 | 23.15 | 30.72 | - |
| YUV | 134.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 148 | 0 | 0.51 | 0.26 | 0.22 | 330.59 | 0.48 | 0.58 |
| Hex | C8 | 62 | 94 | 0 | 33 | 1A | 16 | 14B | 30 | 3A |
| Octal | 310 | 142 | 224 | 0 | 63 | 32 | 26 | 513 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10010100 | 0 | 110011 | 11010 | 10110 | 101001011 | 110000 | 111010 |
Color Harmonies of #C86294
Complementary color
Monochromatic Colors of #C86294
Black with #C86294
Text Example
Text Example
White with #C86294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86294; }
p { color: rgb(200,98,148); }
H1.HeaderClassName
{
color: #C86294;
}
.AnyTagClassName
{
color: #C86294;
}
</style>
background-color css
<style>
a { background-color: #C86294; }
a { background-color: rgb(200,98,148); }
div.DivClassName
{
background-color: #C86294;
}
.BgClassName
{
background-color: #C86294;
}
</style>
border-color css
<style>
span { border-color: #C86294; }
span { border-color: rgb(200,98,148); }
td.TdClassName
{
border-color: #C86294;
}
.TagClassName
{
border-color: #C86294;
}
</style>