Shades of Hopbush #CF6588
Tints of Hopbush #CF6588
RGB
CMYK
RGB Variations
Color information
#CF6588 (or 0xCF6588) is known color: Hopbush. HEX triplet: CF, 65 and 88. RGB value is (207,101,136). Sum of RGB (Red+Green+Blue) = 207+101+136=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6588 is #309A77. Grayscale: #888888. Windows color (decimal): -3185272 or 8938959. OLE color: 8938959.
HSL color Cylindrical-coordinate representation of color #CF6588: hue angle of 340.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6588 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 136 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.19 |
| HSL | 340.19º | 0.52% | 0.6% | - |
| HSV(B) | 340.19º | 0.51% | 0.81% | - |
| XYZ | 34.83 | 24.35 | 26.16 | - |
| YUV | 136.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 136 | 0 | 0.51 | 0.34 | 0.19 | 340.19 | 0.52 | 0.6 |
| Hex | CF | 65 | 88 | 0 | 33 | 22 | 13 | 154 | 34 | 3C |
| Octal | 317 | 145 | 210 | 0 | 63 | 42 | 23 | 524 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10001000 | 0 | 110011 | 100010 | 10011 | 101010100 | 110100 | 111100 |
Color Harmonies of #CF6588
Complementary color
Monochromatic Colors of #CF6588
Black with #CF6588
Text Example
Text Example
White with #CF6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6588; }
p { color: rgb(207,101,136); }
H1.HeaderClassName
{
color: #CF6588;
}
.AnyTagClassName
{
color: #CF6588;
}
</style>
background-color css
<style>
a { background-color: #CF6588; }
a { background-color: rgb(207,101,136); }
div.DivClassName
{
background-color: #CF6588;
}
.BgClassName
{
background-color: #CF6588;
}
</style>
border-color css
<style>
span { border-color: #CF6588; }
span { border-color: rgb(207,101,136); }
td.TdClassName
{
border-color: #CF6588;
}
.TagClassName
{
border-color: #CF6588;
}
</style>