Shades of Hopbush #CF618C
Tints of Hopbush #CF618C
RGB
CMYK
RGB Variations
Color information
#CF618C (or 0xCF618C) is known color: Hopbush. HEX triplet: CF, 61 and 8C. RGB value is (207,97,140). Sum of RGB (Red+Green+Blue) = 207+97+140=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF618C is #309E73. Grayscale: #868686. Windows color (decimal): -3186292 or 9200079. OLE color: 9200079.
HSL color Cylindrical-coordinate representation of color #CF618C: hue angle of 336.55º 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 #CF618C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 140 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.19 |
| HSL | 336.55º | 0.53% | 0.6% | - |
| HSV(B) | 336.55º | 0.53% | 0.81% | - |
| XYZ | 34.74 | 23.71 | 27.56 | - |
| YUV | 134.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 140 | 0 | 0.53 | 0.32 | 0.19 | 336.55 | 0.53 | 0.6 |
| Hex | CF | 61 | 8C | 0 | 35 | 20 | 13 | 151 | 35 | 3C |
| Octal | 317 | 141 | 214 | 0 | 65 | 40 | 23 | 521 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10001100 | 0 | 110101 | 100000 | 10011 | 101010001 | 110101 | 111100 |
Color Harmonies of #CF618C
Complementary color
Monochromatic Colors of #CF618C
Black with #CF618C
Text Example
Text Example
White with #CF618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF618C; }
p { color: rgb(207,97,140); }
H1.HeaderClassName
{
color: #CF618C;
}
.AnyTagClassName
{
color: #CF618C;
}
</style>
background-color css
<style>
a { background-color: #CF618C; }
a { background-color: rgb(207,97,140); }
div.DivClassName
{
background-color: #CF618C;
}
.BgClassName
{
background-color: #CF618C;
}
</style>
border-color css
<style>
span { border-color: #CF618C; }
span { border-color: rgb(207,97,140); }
td.TdClassName
{
border-color: #CF618C;
}
.TagClassName
{
border-color: #CF618C;
}
</style>