Shades of Hopbush #CF5D88
Tints of Hopbush #CF5D88
RGB
CMYK
RGB Variations
Color information
#CF5D88 (or 0xCF5D88) is known color: Hopbush. HEX triplet: CF, 5D and 88. RGB value is (207,93,136). Sum of RGB (Red+Green+Blue) = 207+93+136=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5D88 is #30A277. Grayscale: #838383. Windows color (decimal): -3187320 or 8936911. OLE color: 8936911.
HSL color Cylindrical-coordinate representation of color #CF5D88: hue angle of 337.37º 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 #CF5D88 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 136 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.19 |
| HSL | 337.37º | 0.54% | 0.59% | - |
| HSV(B) | 337.37º | 0.55% | 0.81% | - |
| XYZ | 34.09 | 22.87 | 25.91 | - |
| YUV | 131.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 136 | 0 | 0.55 | 0.34 | 0.19 | 337.37 | 0.54 | 0.59 |
| Hex | CF | 5D | 88 | 0 | 37 | 22 | 13 | 151 | 36 | 3B |
| Octal | 317 | 135 | 210 | 0 | 67 | 42 | 23 | 521 | 66 | 73 |
| Binary | 11001111 | 1011101 | 10001000 | 0 | 110111 | 100010 | 10011 | 101010001 | 110110 | 111011 |
Color Harmonies of #CF5D88
Complementary color
Monochromatic Colors of #CF5D88
Black with #CF5D88
Text Example
Text Example
White with #CF5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D88; }
p { color: rgb(207,93,136); }
H1.HeaderClassName
{
color: #CF5D88;
}
.AnyTagClassName
{
color: #CF5D88;
}
</style>
background-color css
<style>
a { background-color: #CF5D88; }
a { background-color: rgb(207,93,136); }
div.DivClassName
{
background-color: #CF5D88;
}
.BgClassName
{
background-color: #CF5D88;
}
</style>
border-color css
<style>
span { border-color: #CF5D88; }
span { border-color: rgb(207,93,136); }
td.TdClassName
{
border-color: #CF5D88;
}
.TagClassName
{
border-color: #CF5D88;
}
</style>