Shades of Hopbush #C85E89
Tints of Hopbush #C85E89
RGB
CMYK
RGB Variations
Color information
#C85E89 (or 0xC85E89) is known color: Hopbush. HEX triplet: C8, 5E and 89. RGB value is (200,94,137). Sum of RGB (Red+Green+Blue) = 200+94+137=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E89 is #37A176. Grayscale: #828282. Windows color (decimal): -3645815 or 9002696. OLE color: 9002696.
HSL color Cylindrical-coordinate representation of color #C85E89: hue angle of 335.66º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E89 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 137 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.22 |
| HSL | 335.66º | 0.49% | 0.58% | - |
| HSV(B) | 335.66º | 0.53% | 0.78% | - |
| XYZ | 32.34 | 22.09 | 26.23 | - |
| YUV | 130.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 137 | 0 | 0.53 | 0.32 | 0.22 | 335.66 | 0.49 | 0.58 |
| Hex | C8 | 5E | 89 | 0 | 35 | 20 | 16 | 150 | 31 | 3A |
| Octal | 310 | 136 | 211 | 0 | 65 | 40 | 26 | 520 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10001001 | 0 | 110101 | 100000 | 10110 | 101010000 | 110001 | 111010 |
Color Harmonies of #C85E89
Complementary color
Monochromatic Colors of #C85E89
Black with #C85E89
Text Example
Text Example
White with #C85E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E89; }
p { color: rgb(200,94,137); }
H1.HeaderClassName
{
color: #C85E89;
}
.AnyTagClassName
{
color: #C85E89;
}
</style>
background-color css
<style>
a { background-color: #C85E89; }
a { background-color: rgb(200,94,137); }
div.DivClassName
{
background-color: #C85E89;
}
.BgClassName
{
background-color: #C85E89;
}
</style>
border-color css
<style>
span { border-color: #C85E89; }
span { border-color: rgb(200,94,137); }
td.TdClassName
{
border-color: #C85E89;
}
.TagClassName
{
border-color: #C85E89;
}
</style>