Shades of Hopbush #CF5E88
Tints of Hopbush #CF5E88
RGB
CMYK
RGB Variations
Color information
#CF5E88 (or 0xCF5E88) is known color: Hopbush. HEX triplet: CF, 5E and 88. RGB value is (207,94,136). Sum of RGB (Red+Green+Blue) = 207+94+136=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E88 is #30A177. Grayscale: #848484. Windows color (decimal): -3187064 or 8937167. OLE color: 8937167.
HSL color Cylindrical-coordinate representation of color #CF5E88: hue angle of 337.7º 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 #CF5E88 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 136 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.19 |
| HSL | 337.7º | 0.54% | 0.59% | - |
| HSV(B) | 337.7º | 0.55% | 0.81% | - |
| XYZ | 34.18 | 23.05 | 25.94 | - |
| YUV | 132.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 136 | 0 | 0.55 | 0.34 | 0.19 | 337.7 | 0.54 | 0.59 |
| Hex | CF | 5E | 88 | 0 | 37 | 22 | 13 | 152 | 36 | 3B |
| Octal | 317 | 136 | 210 | 0 | 67 | 42 | 23 | 522 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10001000 | 0 | 110111 | 100010 | 10011 | 101010010 | 110110 | 111011 |
Color Harmonies of #CF5E88
Complementary color
Monochromatic Colors of #CF5E88
Black with #CF5E88
Text Example
Text Example
White with #CF5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E88; }
p { color: rgb(207,94,136); }
H1.HeaderClassName
{
color: #CF5E88;
}
.AnyTagClassName
{
color: #CF5E88;
}
</style>
background-color css
<style>
a { background-color: #CF5E88; }
a { background-color: rgb(207,94,136); }
div.DivClassName
{
background-color: #CF5E88;
}
.BgClassName
{
background-color: #CF5E88;
}
</style>
border-color css
<style>
span { border-color: #CF5E88; }
span { border-color: rgb(207,94,136); }
td.TdClassName
{
border-color: #CF5E88;
}
.TagClassName
{
border-color: #CF5E88;
}
</style>