Shades of Hopbush #CF659D
Tints of Hopbush #CF659D
RGB
CMYK
RGB Variations
Color information
#CF659D (or 0xCF659D) is known color: Hopbush. HEX triplet: CF, 65 and 9D. RGB value is (207,101,157). Sum of RGB (Red+Green+Blue) = 207+101+157=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF659D is #309A62. Grayscale: #8A8A8A. Windows color (decimal): -3185251 or 10315215. OLE color: 10315215.
HSL color Cylindrical-coordinate representation of color #CF659D: hue angle of 328.3º 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 #CF659D is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 157 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.19 |
| HSL | 328.3º | 0.52% | 0.6% | - |
| HSV(B) | 328.3º | 0.51% | 0.81% | - |
| XYZ | 36.47 | 25.01 | 34.8 | - |
| YUV | 139.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 157 | 0 | 0.51 | 0.24 | 0.19 | 328.3 | 0.52 | 0.6 |
| Hex | CF | 65 | 9D | 0 | 33 | 18 | 13 | 148 | 34 | 3C |
| Octal | 317 | 145 | 235 | 0 | 63 | 30 | 23 | 510 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011101 | 0 | 110011 | 11000 | 10011 | 101001000 | 110100 | 111100 |
Color Harmonies of #CF659D
Complementary color
Monochromatic Colors of #CF659D
Black with #CF659D
Text Example
Text Example
White with #CF659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF659D; }
p { color: rgb(207,101,157); }
H1.HeaderClassName
{
color: #CF659D;
}
.AnyTagClassName
{
color: #CF659D;
}
</style>
background-color css
<style>
a { background-color: #CF659D; }
a { background-color: rgb(207,101,157); }
div.DivClassName
{
background-color: #CF659D;
}
.BgClassName
{
background-color: #CF659D;
}
</style>
border-color css
<style>
span { border-color: #CF659D; }
span { border-color: rgb(207,101,157); }
td.TdClassName
{
border-color: #CF659D;
}
.TagClassName
{
border-color: #CF659D;
}
</style>