Shades of Hopbush #CF7090
Tints of Hopbush #CF7090
RGB
CMYK
RGB Variations
Color information
#CF7090 (or 0xCF7090) is known color: Hopbush. HEX triplet: CF, 70 and 90. RGB value is (207,112,144). Sum of RGB (Red+Green+Blue) = 207+112+144=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7090 is #308F6F. Grayscale: #909090. Windows color (decimal): -3182448 or 9466063. OLE color: 9466063.
HSL color Cylindrical-coordinate representation of color #CF7090: hue angle of 339.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7090 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 144 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.19 |
| HSL | 339.79º | 0.5% | 0.63% | - |
| HSV(B) | 339.79º | 0.46% | 0.81% | - |
| XYZ | 36.56 | 26.87 | 29.64 | - |
| YUV | 144.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 144 | 0 | 0.46 | 0.30 | 0.19 | 339.79 | 0.5 | 0.63 |
| Hex | CF | 70 | 90 | 0 | 2E | 1E | 13 | 154 | 32 | 3F |
| Octal | 317 | 160 | 220 | 0 | 56 | 36 | 23 | 524 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10010000 | 0 | 101110 | 11110 | 10011 | 101010100 | 110010 | 111111 |
Color Harmonies of #CF7090
Complementary color
Monochromatic Colors of #CF7090
Black with #CF7090
Text Example
Text Example
White with #CF7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7090; }
p { color: rgb(207,112,144); }
H1.HeaderClassName
{
color: #CF7090;
}
.AnyTagClassName
{
color: #CF7090;
}
</style>
background-color css
<style>
a { background-color: #CF7090; }
a { background-color: rgb(207,112,144); }
div.DivClassName
{
background-color: #CF7090;
}
.BgClassName
{
background-color: #CF7090;
}
</style>
border-color css
<style>
span { border-color: #CF7090; }
span { border-color: rgb(207,112,144); }
td.TdClassName
{
border-color: #CF7090;
}
.TagClassName
{
border-color: #CF7090;
}
</style>