Shades of Hopbush #C86798
Tints of Hopbush #C86798
RGB
CMYK
RGB Variations
Color information
#C86798 (or 0xC86798) is known color: Hopbush. HEX triplet: C8, 67 and 98. RGB value is (200,103,152). Sum of RGB (Red+Green+Blue) = 200+103+152=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C86798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86798 is #379867. Grayscale: #898989. Windows color (decimal): -3643496 or 9988040. OLE color: 9988040.
HSL color Cylindrical-coordinate representation of color #C86798: hue angle of 329.69º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86798 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 152 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.22 |
| HSL | 329.69º | 0.47% | 0.59% | - |
| HSV(B) | 329.69º | 0.49% | 0.78% | - |
| XYZ | 34.34 | 24.25 | 32.58 | - |
| YUV | 137.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 152 | 0 | 0.48 | 0.24 | 0.22 | 329.69 | 0.47 | 0.59 |
| Hex | C8 | 67 | 98 | 0 | 30 | 18 | 16 | 14A | 2F | 3B |
| Octal | 310 | 147 | 230 | 0 | 60 | 30 | 26 | 512 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10011000 | 0 | 110000 | 11000 | 10110 | 101001010 | 101111 | 111011 |
Color Harmonies of #C86798
Complementary color
Monochromatic Colors of #C86798
Black with #C86798
Text Example
Text Example
White with #C86798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86798; }
p { color: rgb(200,103,152); }
H1.HeaderClassName
{
color: #C86798;
}
.AnyTagClassName
{
color: #C86798;
}
</style>
background-color css
<style>
a { background-color: #C86798; }
a { background-color: rgb(200,103,152); }
div.DivClassName
{
background-color: #C86798;
}
.BgClassName
{
background-color: #C86798;
}
</style>
border-color css
<style>
span { border-color: #C86798; }
span { border-color: rgb(200,103,152); }
td.TdClassName
{
border-color: #C86798;
}
.TagClassName
{
border-color: #C86798;
}
</style>