Shades of Hopbush #C85E84
Tints of Hopbush #C85E84
RGB
CMYK
RGB Variations
Color information
#C85E84 (or 0xC85E84) is known color: Hopbush. HEX triplet: C8, 5E and 84. RGB value is (200,94,132). Sum of RGB (Red+Green+Blue) = 200+94+132=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E84 is #37A17B. Grayscale: #818181. Windows color (decimal): -3645820 or 8675016. OLE color: 8675016.
HSL color Cylindrical-coordinate representation of color #C85E84: hue angle of 338.49º 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 #C85E84 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 132 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.22 |
| HSL | 338.49º | 0.49% | 0.58% | - |
| HSV(B) | 338.49º | 0.53% | 0.78% | - |
| XYZ | 31.99 | 21.95 | 24.38 | - |
| YUV | 130.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 132 | 0 | 0.53 | 0.34 | 0.22 | 338.49 | 0.49 | 0.58 |
| Hex | C8 | 5E | 84 | 0 | 35 | 22 | 16 | 152 | 31 | 3A |
| Octal | 310 | 136 | 204 | 0 | 65 | 42 | 26 | 522 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10000100 | 0 | 110101 | 100010 | 10110 | 101010010 | 110001 | 111010 |
Color Harmonies of #C85E84
Complementary color
Monochromatic Colors of #C85E84
Black with #C85E84
Text Example
Text Example
White with #C85E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E84; }
p { color: rgb(200,94,132); }
H1.HeaderClassName
{
color: #C85E84;
}
.AnyTagClassName
{
color: #C85E84;
}
</style>
background-color css
<style>
a { background-color: #C85E84; }
a { background-color: rgb(200,94,132); }
div.DivClassName
{
background-color: #C85E84;
}
.BgClassName
{
background-color: #C85E84;
}
</style>
border-color css
<style>
span { border-color: #C85E84; }
span { border-color: rgb(200,94,132); }
td.TdClassName
{
border-color: #C85E84;
}
.TagClassName
{
border-color: #C85E84;
}
</style>