Shades of Hopbush #CF659E
Tints of Hopbush #CF659E
RGB
CMYK
RGB Variations
Color information
#CF659E (or 0xCF659E) is known color: Hopbush. HEX triplet: CF, 65 and 9E. RGB value is (207,101,158). Sum of RGB (Red+Green+Blue) = 207+101+158=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF659E is #309A61. Grayscale: #8B8B8B. Windows color (decimal): -3185250 or 10380751. OLE color: 10380751.
HSL color Cylindrical-coordinate representation of color #CF659E: hue angle of 327.74º 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 #CF659E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 158 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.19 |
| HSL | 327.74º | 0.52% | 0.6% | - |
| HSV(B) | 327.74º | 0.51% | 0.81% | - |
| XYZ | 36.56 | 25.04 | 35.25 | - |
| YUV | 139.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 158 | 0 | 0.51 | 0.24 | 0.19 | 327.74 | 0.52 | 0.6 |
| Hex | CF | 65 | 9E | 0 | 33 | 18 | 13 | 148 | 34 | 3C |
| Octal | 317 | 145 | 236 | 0 | 63 | 30 | 23 | 510 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011110 | 0 | 110011 | 11000 | 10011 | 101001000 | 110100 | 111100 |
Color Harmonies of #CF659E
Complementary color
Monochromatic Colors of #CF659E
Black with #CF659E
Text Example
Text Example
White with #CF659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF659E; }
p { color: rgb(207,101,158); }
H1.HeaderClassName
{
color: #CF659E;
}
.AnyTagClassName
{
color: #CF659E;
}
</style>
background-color css
<style>
a { background-color: #CF659E; }
a { background-color: rgb(207,101,158); }
div.DivClassName
{
background-color: #CF659E;
}
.BgClassName
{
background-color: #CF659E;
}
</style>
border-color css
<style>
span { border-color: #CF659E; }
span { border-color: rgb(207,101,158); }
td.TdClassName
{
border-color: #CF659E;
}
.TagClassName
{
border-color: #CF659E;
}
</style>