Shades of Hopbush #C86091
Tints of Hopbush #C86091
RGB
CMYK
RGB Variations
Color information
#C86091 (or 0xC86091) is known color: Hopbush. HEX triplet: C8, 60 and 91. RGB value is (200,96,145). Sum of RGB (Red+Green+Blue) = 200+96+145=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C86091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86091 is #379F6E. Grayscale: #848484. Windows color (decimal): -3645295 or 9527496. OLE color: 9527496.
HSL color Cylindrical-coordinate representation of color #C86091: hue angle of 331.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86091 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 145 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.22 |
| HSL | 331.73º | 0.49% | 0.58% | - |
| HSV(B) | 331.73º | 0.52% | 0.78% | - |
| XYZ | 33.11 | 22.69 | 29.42 | - |
| YUV | 132.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 145 | 0 | 0.52 | 0.28 | 0.22 | 331.73 | 0.49 | 0.58 |
| Hex | C8 | 60 | 91 | 0 | 34 | 1C | 16 | 14C | 31 | 3A |
| Octal | 310 | 140 | 221 | 0 | 64 | 34 | 26 | 514 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10010001 | 0 | 110100 | 11100 | 10110 | 101001100 | 110001 | 111010 |
Color Harmonies of #C86091
Complementary color
Monochromatic Colors of #C86091
Black with #C86091
Text Example
Text Example
White with #C86091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86091; }
p { color: rgb(200,96,145); }
H1.HeaderClassName
{
color: #C86091;
}
.AnyTagClassName
{
color: #C86091;
}
</style>
background-color css
<style>
a { background-color: #C86091; }
a { background-color: rgb(200,96,145); }
div.DivClassName
{
background-color: #C86091;
}
.BgClassName
{
background-color: #C86091;
}
</style>
border-color css
<style>
span { border-color: #C86091; }
span { border-color: rgb(200,96,145); }
td.TdClassName
{
border-color: #C86091;
}
.TagClassName
{
border-color: #C86091;
}
</style>