Shades of Hopbush #C85E85
Tints of Hopbush #C85E85
RGB
CMYK
RGB Variations
Color information
#C85E85 (or 0xC85E85) is known color: Hopbush. HEX triplet: C8, 5E and 85. RGB value is (200,94,133). Sum of RGB (Red+Green+Blue) = 200+94+133=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E85 is #37A17A. Grayscale: #828282. Windows color (decimal): -3645819 or 8740552. OLE color: 8740552.
HSL color Cylindrical-coordinate representation of color #C85E85: hue angle of 337.92º 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 #C85E85 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 133 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.22 |
| HSL | 337.92º | 0.49% | 0.58% | - |
| HSV(B) | 337.92º | 0.53% | 0.78% | - |
| XYZ | 32.06 | 21.98 | 24.74 | - |
| YUV | 130.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 133 | 0 | 0.53 | 0.34 | 0.22 | 337.92 | 0.49 | 0.58 |
| Hex | C8 | 5E | 85 | 0 | 35 | 22 | 16 | 152 | 31 | 3A |
| Octal | 310 | 136 | 205 | 0 | 65 | 42 | 26 | 522 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10000101 | 0 | 110101 | 100010 | 10110 | 101010010 | 110001 | 111010 |
Color Harmonies of #C85E85
Complementary color
Monochromatic Colors of #C85E85
Black with #C85E85
Text Example
Text Example
White with #C85E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E85; }
p { color: rgb(200,94,133); }
H1.HeaderClassName
{
color: #C85E85;
}
.AnyTagClassName
{
color: #C85E85;
}
</style>
background-color css
<style>
a { background-color: #C85E85; }
a { background-color: rgb(200,94,133); }
div.DivClassName
{
background-color: #C85E85;
}
.BgClassName
{
background-color: #C85E85;
}
</style>
border-color css
<style>
span { border-color: #C85E85; }
span { border-color: rgb(200,94,133); }
td.TdClassName
{
border-color: #C85E85;
}
.TagClassName
{
border-color: #C85E85;
}
</style>