Shades of Hopbush #CF659F
Tints of Hopbush #CF659F
RGB
CMYK
RGB Variations
Color information
#CF659F (or 0xCF659F) is known color: Hopbush. HEX triplet: CF, 65 and 9F. RGB value is (207,101,159). Sum of RGB (Red+Green+Blue) = 207+101+159=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF659F is #309A60. Grayscale: #8B8B8B. Windows color (decimal): -3185249 or 10446287. OLE color: 10446287.
HSL color Cylindrical-coordinate representation of color #CF659F: hue angle of 327.17º 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 #CF659F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 159 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.19 |
| HSL | 327.17º | 0.52% | 0.6% | - |
| HSV(B) | 327.17º | 0.51% | 0.81% | - |
| XYZ | 36.64 | 25.08 | 35.71 | - |
| YUV | 139.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 159 | 0 | 0.51 | 0.23 | 0.19 | 327.17 | 0.52 | 0.6 |
| Hex | CF | 65 | 9F | 0 | 33 | 17 | 13 | 147 | 34 | 3C |
| Octal | 317 | 145 | 237 | 0 | 63 | 27 | 23 | 507 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011111 | 0 | 110011 | 10111 | 10011 | 101000111 | 110100 | 111100 |
Color Harmonies of #CF659F
Complementary color
Monochromatic Colors of #CF659F
Black with #CF659F
Text Example
Text Example
White with #CF659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF659F; }
p { color: rgb(207,101,159); }
H1.HeaderClassName
{
color: #CF659F;
}
.AnyTagClassName
{
color: #CF659F;
}
</style>
background-color css
<style>
a { background-color: #CF659F; }
a { background-color: rgb(207,101,159); }
div.DivClassName
{
background-color: #CF659F;
}
.BgClassName
{
background-color: #CF659F;
}
</style>
border-color css
<style>
span { border-color: #CF659F; }
span { border-color: rgb(207,101,159); }
td.TdClassName
{
border-color: #CF659F;
}
.TagClassName
{
border-color: #CF659F;
}
</style>