Shades of Hopbush #CF618B
Tints of Hopbush #CF618B
RGB
CMYK
RGB Variations
Color information
#CF618B (or 0xCF618B) is known color: Hopbush. HEX triplet: CF, 61 and 8B. RGB value is (207,97,139). Sum of RGB (Red+Green+Blue) = 207+97+139=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF618B is #309E74. Grayscale: #868686. Windows color (decimal): -3186293 or 9134543. OLE color: 9134543.
HSL color Cylindrical-coordinate representation of color #CF618B: hue angle of 337.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF618B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 139 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.19 |
| HSL | 337.09º | 0.53% | 0.6% | - |
| HSV(B) | 337.09º | 0.53% | 0.81% | - |
| XYZ | 34.67 | 23.68 | 27.17 | - |
| YUV | 134.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 139 | 0 | 0.53 | 0.33 | 0.19 | 337.09 | 0.53 | 0.6 |
| Hex | CF | 61 | 8B | 0 | 35 | 21 | 13 | 151 | 35 | 3C |
| Octal | 317 | 141 | 213 | 0 | 65 | 41 | 23 | 521 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10001011 | 0 | 110101 | 100001 | 10011 | 101010001 | 110101 | 111100 |
Color Harmonies of #CF618B
Complementary color
Monochromatic Colors of #CF618B
Black with #CF618B
Text Example
Text Example
White with #CF618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF618B; }
p { color: rgb(207,97,139); }
H1.HeaderClassName
{
color: #CF618B;
}
.AnyTagClassName
{
color: #CF618B;
}
</style>
background-color css
<style>
a { background-color: #CF618B; }
a { background-color: rgb(207,97,139); }
div.DivClassName
{
background-color: #CF618B;
}
.BgClassName
{
background-color: #CF618B;
}
</style>
border-color css
<style>
span { border-color: #CF618B; }
span { border-color: rgb(207,97,139); }
td.TdClassName
{
border-color: #CF618B;
}
.TagClassName
{
border-color: #CF618B;
}
</style>