Shades of Hopbush #C85F94
Tints of Hopbush #C85F94
RGB
CMYK
RGB Variations
Color information
#C85F94 (or 0xC85F94) is known color: Hopbush. HEX triplet: C8, 5F and 94. RGB value is (200,95,148). Sum of RGB (Red+Green+Blue) = 200+95+148=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F94 is #37A06B. Grayscale: #848484. Windows color (decimal): -3645548 or 9723848. OLE color: 9723848.
HSL color Cylindrical-coordinate representation of color #C85F94: hue angle of 329.71º 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 #C85F94 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 148 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.22 |
| HSL | 329.71º | 0.49% | 0.58% | - |
| HSV(B) | 329.71º | 0.53% | 0.78% | - |
| XYZ | 33.26 | 22.6 | 30.63 | - |
| YUV | 132.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 148 | 0 | 0.52 | 0.26 | 0.22 | 329.71 | 0.49 | 0.58 |
| Hex | C8 | 5F | 94 | 0 | 34 | 1A | 16 | 14A | 31 | 3A |
| Octal | 310 | 137 | 224 | 0 | 64 | 32 | 26 | 512 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10010100 | 0 | 110100 | 11010 | 10110 | 101001010 | 110001 | 111010 |
Color Harmonies of #C85F94
Complementary color
Monochromatic Colors of #C85F94
Black with #C85F94
Text Example
Text Example
White with #C85F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F94; }
p { color: rgb(200,95,148); }
H1.HeaderClassName
{
color: #C85F94;
}
.AnyTagClassName
{
color: #C85F94;
}
</style>
background-color css
<style>
a { background-color: #C85F94; }
a { background-color: rgb(200,95,148); }
div.DivClassName
{
background-color: #C85F94;
}
.BgClassName
{
background-color: #C85F94;
}
</style>
border-color css
<style>
span { border-color: #C85F94; }
span { border-color: rgb(200,95,148); }
td.TdClassName
{
border-color: #C85F94;
}
.TagClassName
{
border-color: #C85F94;
}
</style>