Shades of Hopbush #C86A91
Tints of Hopbush #C86A91
RGB
CMYK
RGB Variations
Color information
#C86A91 (or 0xC86A91) is known color: Hopbush. HEX triplet: C8, 6A and 91. RGB value is (200,106,145). Sum of RGB (Red+Green+Blue) = 200+106+145=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A91 is #37956E. Grayscale: #8A8A8A. Windows color (decimal): -3642735 or 9530056. OLE color: 9530056.
HSL color Cylindrical-coordinate representation of color #C86A91: hue angle of 335.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A91 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 145 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.22 |
| HSL | 335.11º | 0.46% | 0.6% | - |
| HSV(B) | 335.11º | 0.47% | 0.78% | - |
| XYZ | 34.08 | 24.63 | 29.75 | - |
| YUV | 138.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 145 | 0 | 0.47 | 0.28 | 0.22 | 335.11 | 0.46 | 0.6 |
| Hex | C8 | 6A | 91 | 0 | 2F | 1C | 16 | 14F | 2E | 3C |
| Octal | 310 | 152 | 221 | 0 | 57 | 34 | 26 | 517 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10010001 | 0 | 101111 | 11100 | 10110 | 101001111 | 101110 | 111100 |
Color Harmonies of #C86A91
Complementary color
Monochromatic Colors of #C86A91
Black with #C86A91
Text Example
Text Example
White with #C86A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A91; }
p { color: rgb(200,106,145); }
H1.HeaderClassName
{
color: #C86A91;
}
.AnyTagClassName
{
color: #C86A91;
}
</style>
background-color css
<style>
a { background-color: #C86A91; }
a { background-color: rgb(200,106,145); }
div.DivClassName
{
background-color: #C86A91;
}
.BgClassName
{
background-color: #C86A91;
}
</style>
border-color css
<style>
span { border-color: #C86A91; }
span { border-color: rgb(200,106,145); }
td.TdClassName
{
border-color: #C86A91;
}
.TagClassName
{
border-color: #C86A91;
}
</style>