Shades of Hopbush #C85E90
Tints of Hopbush #C85E90
RGB
CMYK
RGB Variations
Color information
#C85E90 (or 0xC85E90) is known color: Hopbush. HEX triplet: C8, 5E and 90. RGB value is (200,94,144). Sum of RGB (Red+Green+Blue) = 200+94+144=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E90 is #37A16F. Grayscale: #838383. Windows color (decimal): -3645808 or 9461448. OLE color: 9461448.
HSL color Cylindrical-coordinate representation of color #C85E90: hue angle of 331.7º 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 #C85E90 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 144 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.22 |
| HSL | 331.7º | 0.49% | 0.58% | - |
| HSV(B) | 331.7º | 0.53% | 0.78% | - |
| XYZ | 32.86 | 22.3 | 28.96 | - |
| YUV | 131.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 144 | 0 | 0.53 | 0.28 | 0.22 | 331.7 | 0.49 | 0.58 |
| Hex | C8 | 5E | 90 | 0 | 35 | 1C | 16 | 14C | 31 | 3A |
| Octal | 310 | 136 | 220 | 0 | 65 | 34 | 26 | 514 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10010000 | 0 | 110101 | 11100 | 10110 | 101001100 | 110001 | 111010 |
Color Harmonies of #C85E90
Complementary color
Monochromatic Colors of #C85E90
Black with #C85E90
Text Example
Text Example
White with #C85E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E90; }
p { color: rgb(200,94,144); }
H1.HeaderClassName
{
color: #C85E90;
}
.AnyTagClassName
{
color: #C85E90;
}
</style>
background-color css
<style>
a { background-color: #C85E90; }
a { background-color: rgb(200,94,144); }
div.DivClassName
{
background-color: #C85E90;
}
.BgClassName
{
background-color: #C85E90;
}
</style>
border-color css
<style>
span { border-color: #C85E90; }
span { border-color: rgb(200,94,144); }
td.TdClassName
{
border-color: #C85E90;
}
.TagClassName
{
border-color: #C85E90;
}
</style>