Shades of Hopbush #C85E8E
Tints of Hopbush #C85E8E
RGB
CMYK
RGB Variations
Color information
#C85E8E (or 0xC85E8E) is known color: Hopbush. HEX triplet: C8, 5E and 8E. RGB value is (200,94,142). Sum of RGB (Red+Green+Blue) = 200+94+142=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E8E is #37A171. Grayscale: #838383. Windows color (decimal): -3645810 or 9330376. OLE color: 9330376.
HSL color Cylindrical-coordinate representation of color #C85E8E: hue angle of 332.83º 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 #C85E8E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 142 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.22 |
| HSL | 332.83º | 0.49% | 0.58% | - |
| HSV(B) | 332.83º | 0.53% | 0.78% | - |
| XYZ | 32.7 | 22.24 | 28.16 | - |
| YUV | 131.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 142 | 0 | 0.53 | 0.29 | 0.22 | 332.83 | 0.49 | 0.58 |
| Hex | C8 | 5E | 8E | 0 | 35 | 1D | 16 | 14D | 31 | 3A |
| Octal | 310 | 136 | 216 | 0 | 65 | 35 | 26 | 515 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10001110 | 0 | 110101 | 11101 | 10110 | 101001101 | 110001 | 111010 |
Color Harmonies of #C85E8E
Complementary color
Monochromatic Colors of #C85E8E
Black with #C85E8E
Text Example
Text Example
White with #C85E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E8E; }
p { color: rgb(200,94,142); }
H1.HeaderClassName
{
color: #C85E8E;
}
.AnyTagClassName
{
color: #C85E8E;
}
</style>
background-color css
<style>
a { background-color: #C85E8E; }
a { background-color: rgb(200,94,142); }
div.DivClassName
{
background-color: #C85E8E;
}
.BgClassName
{
background-color: #C85E8E;
}
</style>
border-color css
<style>
span { border-color: #C85E8E; }
span { border-color: rgb(200,94,142); }
td.TdClassName
{
border-color: #C85E8E;
}
.TagClassName
{
border-color: #C85E8E;
}
</style>