Shades of Hopbush #CF649F
Tints of Hopbush #CF649F
RGB
CMYK
RGB Variations
Color information
#CF649F (or 0xCF649F) is known color: Hopbush. HEX triplet: CF, 64 and 9F. RGB value is (207,100,159). Sum of RGB (Red+Green+Blue) = 207+100+159=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF649F is #309B60. Grayscale: #8A8A8A. Windows color (decimal): -3185505 or 10446031. OLE color: 10446031.
HSL color Cylindrical-coordinate representation of color #CF649F: hue angle of 326.92º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF649F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 159 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.19 |
| HSL | 326.92º | 0.53% | 0.6% | - |
| HSV(B) | 326.92º | 0.52% | 0.81% | - |
| XYZ | 36.55 | 24.88 | 35.68 | - |
| YUV | 138.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 159 | 0 | 0.52 | 0.23 | 0.19 | 326.92 | 0.53 | 0.6 |
| Hex | CF | 64 | 9F | 0 | 34 | 17 | 13 | 147 | 35 | 3C |
| Octal | 317 | 144 | 237 | 0 | 64 | 27 | 23 | 507 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10011111 | 0 | 110100 | 10111 | 10011 | 101000111 | 110101 | 111100 |
Color Harmonies of #CF649F
Complementary color
Monochromatic Colors of #CF649F
Black with #CF649F
Text Example
Text Example
White with #CF649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF649F; }
p { color: rgb(207,100,159); }
H1.HeaderClassName
{
color: #CF649F;
}
.AnyTagClassName
{
color: #CF649F;
}
</style>
background-color css
<style>
a { background-color: #CF649F; }
a { background-color: rgb(207,100,159); }
div.DivClassName
{
background-color: #CF649F;
}
.BgClassName
{
background-color: #CF649F;
}
</style>
border-color css
<style>
span { border-color: #CF649F; }
span { border-color: rgb(207,100,159); }
td.TdClassName
{
border-color: #CF649F;
}
.TagClassName
{
border-color: #CF649F;
}
</style>