Shades of Hopbush #CF5EA0
Tints of Hopbush #CF5EA0
RGB
CMYK
RGB Variations
Color information
#CF5EA0 (or 0xCF5EA0) is known color: Hopbush. HEX triplet: CF, 5E and A0. RGB value is (207,94,160). Sum of RGB (Red+Green+Blue) = 207+94+160=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5EA0 is #30A15F. Grayscale: #878787. Windows color (decimal): -3187040 or 10510031. OLE color: 10510031.
HSL color Cylindrical-coordinate representation of color #CF5EA0: hue angle of 324.96º 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 #CF5EA0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 160 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.19 |
| HSL | 324.96º | 0.54% | 0.59% | - |
| HSV(B) | 324.96º | 0.55% | 0.81% | - |
| XYZ | 36.08 | 23.81 | 35.95 | - |
| YUV | 135.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 160 | 0 | 0.55 | 0.23 | 0.19 | 324.96 | 0.54 | 0.59 |
| Hex | CF | 5E | A0 | 0 | 37 | 17 | 13 | 145 | 36 | 3B |
| Octal | 317 | 136 | 240 | 0 | 67 | 27 | 23 | 505 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10100000 | 0 | 110111 | 10111 | 10011 | 101000101 | 110110 | 111011 |
Color Harmonies of #CF5EA0
Complementary color
Monochromatic Colors of #CF5EA0
Black with #CF5EA0
Text Example
Text Example
White with #CF5EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EA0; }
p { color: rgb(207,94,160); }
H1.HeaderClassName
{
color: #CF5EA0;
}
.AnyTagClassName
{
color: #CF5EA0;
}
</style>
background-color css
<style>
a { background-color: #CF5EA0; }
a { background-color: rgb(207,94,160); }
div.DivClassName
{
background-color: #CF5EA0;
}
.BgClassName
{
background-color: #CF5EA0;
}
</style>
border-color css
<style>
span { border-color: #CF5EA0; }
span { border-color: rgb(207,94,160); }
td.TdClassName
{
border-color: #CF5EA0;
}
.TagClassName
{
border-color: #CF5EA0;
}
</style>