Shades of Hopbush #C86891
Tints of Hopbush #C86891
RGB
CMYK
RGB Variations
Color information
#C86891 (or 0xC86891) is known color: Hopbush. HEX triplet: C8, 68 and 91. RGB value is (200,104,145). Sum of RGB (Red+Green+Blue) = 200+104+145=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86891 is #37976E. Grayscale: #898989. Windows color (decimal): -3643247 or 9529544. OLE color: 9529544.
HSL color Cylindrical-coordinate representation of color #C86891: hue angle of 334.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86891 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 145 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.22 |
| HSL | 334.38º | 0.47% | 0.6% | - |
| HSV(B) | 334.38º | 0.48% | 0.78% | - |
| XYZ | 33.88 | 24.22 | 29.68 | - |
| YUV | 137.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 145 | 0 | 0.48 | 0.28 | 0.22 | 334.38 | 0.47 | 0.6 |
| Hex | C8 | 68 | 91 | 0 | 30 | 1C | 16 | 14E | 2F | 3C |
| Octal | 310 | 150 | 221 | 0 | 60 | 34 | 26 | 516 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10010001 | 0 | 110000 | 11100 | 10110 | 101001110 | 101111 | 111100 |
Color Harmonies of #C86891
Complementary color
Monochromatic Colors of #C86891
Black with #C86891
Text Example
Text Example
White with #C86891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86891; }
p { color: rgb(200,104,145); }
H1.HeaderClassName
{
color: #C86891;
}
.AnyTagClassName
{
color: #C86891;
}
</style>
background-color css
<style>
a { background-color: #C86891; }
a { background-color: rgb(200,104,145); }
div.DivClassName
{
background-color: #C86891;
}
.BgClassName
{
background-color: #C86891;
}
</style>
border-color css
<style>
span { border-color: #C86891; }
span { border-color: rgb(200,104,145); }
td.TdClassName
{
border-color: #C86891;
}
.TagClassName
{
border-color: #C86891;
}
</style>