Shades of Hopbush #CF5B88
Tints of Hopbush #CF5B88
RGB
CMYK
RGB Variations
Color information
#CF5B88 (or 0xCF5B88) is known color: Hopbush. HEX triplet: CF, 5B and 88. RGB value is (207,91,136). Sum of RGB (Red+Green+Blue) = 207+91+136=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B88 is #30A477. Grayscale: #828282. Windows color (decimal): -3187832 or 8936399. OLE color: 8936399.
HSL color Cylindrical-coordinate representation of color #CF5B88: hue angle of 336.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B88 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 136 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.19 |
| HSL | 336.72º | 0.55% | 0.58% | - |
| HSV(B) | 336.72º | 0.56% | 0.81% | - |
| XYZ | 33.92 | 22.53 | 25.85 | - |
| YUV | 130.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 136 | 0 | 0.56 | 0.34 | 0.19 | 336.72 | 0.55 | 0.58 |
| Hex | CF | 5B | 88 | 0 | 38 | 22 | 13 | 151 | 37 | 3A |
| Octal | 317 | 133 | 210 | 0 | 70 | 42 | 23 | 521 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10001000 | 0 | 111000 | 100010 | 10011 | 101010001 | 110111 | 111010 |
Color Harmonies of #CF5B88
Complementary color
Monochromatic Colors of #CF5B88
Black with #CF5B88
Text Example
Text Example
White with #CF5B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B88; }
p { color: rgb(207,91,136); }
H1.HeaderClassName
{
color: #CF5B88;
}
.AnyTagClassName
{
color: #CF5B88;
}
</style>
background-color css
<style>
a { background-color: #CF5B88; }
a { background-color: rgb(207,91,136); }
div.DivClassName
{
background-color: #CF5B88;
}
.BgClassName
{
background-color: #CF5B88;
}
</style>
border-color css
<style>
span { border-color: #CF5B88; }
span { border-color: rgb(207,91,136); }
td.TdClassName
{
border-color: #CF5B88;
}
.TagClassName
{
border-color: #CF5B88;
}
</style>