Shades of Hopbush #CF659C
Tints of Hopbush #CF659C
RGB
CMYK
RGB Variations
Color information
#CF659C (or 0xCF659C) is known color: Hopbush. HEX triplet: CF, 65 and 9C. RGB value is (207,101,156). Sum of RGB (Red+Green+Blue) = 207+101+156=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF659C is #309A63. Grayscale: #8A8A8A. Windows color (decimal): -3185252 or 10249679. OLE color: 10249679.
HSL color Cylindrical-coordinate representation of color #CF659C: hue angle of 328.87º 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 #CF659C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 156 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.19 |
| HSL | 328.87º | 0.52% | 0.6% | - |
| HSV(B) | 328.87º | 0.51% | 0.81% | - |
| XYZ | 36.39 | 24.97 | 34.35 | - |
| YUV | 138.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 156 | 0 | 0.51 | 0.25 | 0.19 | 328.87 | 0.52 | 0.6 |
| Hex | CF | 65 | 9C | 0 | 33 | 19 | 13 | 149 | 34 | 3C |
| Octal | 317 | 145 | 234 | 0 | 63 | 31 | 23 | 511 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011100 | 0 | 110011 | 11001 | 10011 | 101001001 | 110100 | 111100 |
Color Harmonies of #CF659C
Complementary color
Monochromatic Colors of #CF659C
Black with #CF659C
Text Example
Text Example
White with #CF659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF659C; }
p { color: rgb(207,101,156); }
H1.HeaderClassName
{
color: #CF659C;
}
.AnyTagClassName
{
color: #CF659C;
}
</style>
background-color css
<style>
a { background-color: #CF659C; }
a { background-color: rgb(207,101,156); }
div.DivClassName
{
background-color: #CF659C;
}
.BgClassName
{
background-color: #CF659C;
}
</style>
border-color css
<style>
span { border-color: #CF659C; }
span { border-color: rgb(207,101,156); }
td.TdClassName
{
border-color: #CF659C;
}
.TagClassName
{
border-color: #CF659C;
}
</style>