Shades of Hopbush #C86796
Tints of Hopbush #C86796
RGB
CMYK
RGB Variations
Color information
#C86796 (or 0xC86796) is known color: Hopbush. HEX triplet: C8, 67 and 96. RGB value is (200,103,150). Sum of RGB (Red+Green+Blue) = 200+103+150=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C86796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86796 is #379869. Grayscale: #898989. Windows color (decimal): -3643498 or 9856968. OLE color: 9856968.
HSL color Cylindrical-coordinate representation of color #C86796: hue angle of 330.93º 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 #C86796 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 150 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.22 |
| HSL | 330.93º | 0.47% | 0.59% | - |
| HSV(B) | 330.93º | 0.49% | 0.78% | - |
| XYZ | 34.17 | 24.18 | 31.72 | - |
| YUV | 137.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 150 | 0 | 0.48 | 0.25 | 0.22 | 330.93 | 0.47 | 0.59 |
| Hex | C8 | 67 | 96 | 0 | 30 | 19 | 16 | 14B | 2F | 3B |
| Octal | 310 | 147 | 226 | 0 | 60 | 31 | 26 | 513 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10010110 | 0 | 110000 | 11001 | 10110 | 101001011 | 101111 | 111011 |
Color Harmonies of #C86796
Complementary color
Monochromatic Colors of #C86796
Black with #C86796
Text Example
Text Example
White with #C86796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86796; }
p { color: rgb(200,103,150); }
H1.HeaderClassName
{
color: #C86796;
}
.AnyTagClassName
{
color: #C86796;
}
</style>
background-color css
<style>
a { background-color: #C86796; }
a { background-color: rgb(200,103,150); }
div.DivClassName
{
background-color: #C86796;
}
.BgClassName
{
background-color: #C86796;
}
</style>
border-color css
<style>
span { border-color: #C86796; }
span { border-color: rgb(200,103,150); }
td.TdClassName
{
border-color: #C86796;
}
.TagClassName
{
border-color: #C86796;
}
</style>