Shades of Hopbush #C86099
Tints of Hopbush #C86099
RGB
CMYK
RGB Variations
Color information
#C86099 (or 0xC86099) is known color: Hopbush. HEX triplet: C8, 60 and 99. RGB value is (200,96,153). Sum of RGB (Red+Green+Blue) = 200+96+153=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86099 is #379F66. Grayscale: #858585. Windows color (decimal): -3645287 or 10051784. OLE color: 10051784.
HSL color Cylindrical-coordinate representation of color #C86099: hue angle of 327.12º 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 #C86099 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 153 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.22 |
| HSL | 327.12º | 0.49% | 0.58% | - |
| HSV(B) | 327.12º | 0.52% | 0.78% | - |
| XYZ | 33.75 | 22.95 | 32.79 | - |
| YUV | 133.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 153 | 0 | 0.52 | 0.24 | 0.22 | 327.12 | 0.49 | 0.58 |
| Hex | C8 | 60 | 99 | 0 | 34 | 18 | 16 | 147 | 31 | 3A |
| Octal | 310 | 140 | 231 | 0 | 64 | 30 | 26 | 507 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10011001 | 0 | 110100 | 11000 | 10110 | 101000111 | 110001 | 111010 |
Color Harmonies of #C86099
Complementary color
Monochromatic Colors of #C86099
Black with #C86099
Text Example
Text Example
White with #C86099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86099; }
p { color: rgb(200,96,153); }
H1.HeaderClassName
{
color: #C86099;
}
.AnyTagClassName
{
color: #C86099;
}
</style>
background-color css
<style>
a { background-color: #C86099; }
a { background-color: rgb(200,96,153); }
div.DivClassName
{
background-color: #C86099;
}
.BgClassName
{
background-color: #C86099;
}
</style>
border-color css
<style>
span { border-color: #C86099; }
span { border-color: rgb(200,96,153); }
td.TdClassName
{
border-color: #C86099;
}
.TagClassName
{
border-color: #C86099;
}
</style>