Shades of Hopbush #CF658D
Tints of Hopbush #CF658D
RGB
CMYK
RGB Variations
Color information
#CF658D (or 0xCF658D) is known color: Hopbush. HEX triplet: CF, 65 and 8D. RGB value is (207,101,141). Sum of RGB (Red+Green+Blue) = 207+101+141=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF658D is #309A72. Grayscale: #898989. Windows color (decimal): -3185267 or 9266639. OLE color: 9266639.
HSL color Cylindrical-coordinate representation of color #CF658D: hue angle of 337.36º 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 #CF658D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 141 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.19 |
| HSL | 337.36º | 0.52% | 0.6% | - |
| HSV(B) | 337.36º | 0.51% | 0.81% | - |
| XYZ | 35.19 | 24.5 | 28.07 | - |
| YUV | 137.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 141 | 0 | 0.51 | 0.32 | 0.19 | 337.36 | 0.52 | 0.6 |
| Hex | CF | 65 | 8D | 0 | 33 | 20 | 13 | 151 | 34 | 3C |
| Octal | 317 | 145 | 215 | 0 | 63 | 40 | 23 | 521 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10001101 | 0 | 110011 | 100000 | 10011 | 101010001 | 110100 | 111100 |
Color Harmonies of #CF658D
Complementary color
Monochromatic Colors of #CF658D
Black with #CF658D
Text Example
Text Example
White with #CF658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF658D; }
p { color: rgb(207,101,141); }
H1.HeaderClassName
{
color: #CF658D;
}
.AnyTagClassName
{
color: #CF658D;
}
</style>
background-color css
<style>
a { background-color: #CF658D; }
a { background-color: rgb(207,101,141); }
div.DivClassName
{
background-color: #CF658D;
}
.BgClassName
{
background-color: #CF658D;
}
</style>
border-color css
<style>
span { border-color: #CF658D; }
span { border-color: rgb(207,101,141); }
td.TdClassName
{
border-color: #CF658D;
}
.TagClassName
{
border-color: #CF658D;
}
</style>