Shades of Hopbush #CF5E90
Tints of Hopbush #CF5E90
RGB
CMYK
RGB Variations
Color information
#CF5E90 (or 0xCF5E90) is known color: Hopbush. HEX triplet: CF, 5E and 90. RGB value is (207,94,144). Sum of RGB (Red+Green+Blue) = 207+94+144=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E90 is #30A16F. Grayscale: #858585. Windows color (decimal): -3187056 or 9461455. OLE color: 9461455.
HSL color Cylindrical-coordinate representation of color #CF5E90: hue angle of 333.45º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E90 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 144 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.19 |
| HSL | 333.45º | 0.54% | 0.59% | - |
| HSV(B) | 333.45º | 0.55% | 0.81% | - |
| XYZ | 34.77 | 23.28 | 29.05 | - |
| YUV | 133.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 144 | 0 | 0.55 | 0.30 | 0.19 | 333.45 | 0.54 | 0.59 |
| Hex | CF | 5E | 90 | 0 | 37 | 1E | 13 | 14D | 36 | 3B |
| Octal | 317 | 136 | 220 | 0 | 67 | 36 | 23 | 515 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10010000 | 0 | 110111 | 11110 | 10011 | 101001101 | 110110 | 111011 |
Color Harmonies of #CF5E90
Complementary color
Monochromatic Colors of #CF5E90
Black with #CF5E90
Text Example
Text Example
White with #CF5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E90; }
p { color: rgb(207,94,144); }
H1.HeaderClassName
{
color: #CF5E90;
}
.AnyTagClassName
{
color: #CF5E90;
}
</style>
background-color css
<style>
a { background-color: #CF5E90; }
a { background-color: rgb(207,94,144); }
div.DivClassName
{
background-color: #CF5E90;
}
.BgClassName
{
background-color: #CF5E90;
}
</style>
border-color css
<style>
span { border-color: #CF5E90; }
span { border-color: rgb(207,94,144); }
td.TdClassName
{
border-color: #CF5E90;
}
.TagClassName
{
border-color: #CF5E90;
}
</style>